diff options
author | Tim 'timtim' Ellis <tim.ellis@foonas.org> | 2009-01-17 18:04:39 +0000 |
---|---|---|
committer | Tim 'timtim' Ellis <tim.ellis@foonas.org> | 2009-01-17 18:04:39 +0000 |
commit | dc10abcda446ad5b1628134797eddedea814f5e3 (patch) | |
tree | fd186fc03f18bba35c673527922608ef5cded413 /packages/piccontrol/files/configlocation.patch | |
parent | 33172ddea53386be40b4177fce3dcdee4456e209 (diff) |
piccontrol: Add piccontrol, missing dep of ts109 and ts209 (tsx09) machines - led/fan/etc control
Diffstat (limited to 'packages/piccontrol/files/configlocation.patch')
-rw-r--r-- | packages/piccontrol/files/configlocation.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/piccontrol/files/configlocation.patch b/packages/piccontrol/files/configlocation.patch new file mode 100644 index 0000000000..08cb60096b --- /dev/null +++ b/packages/piccontrol/files/configlocation.patch @@ -0,0 +1,13 @@ +diff --git a/piccontrol.c.orig b/piccontrol.c +index 6c2fba3..e29eb33 100644 +--- a/piccontrol.c.orig ++++ b/piccontrol.c +@@ -231,7 +231,7 @@ static int pic_lua_setup() + lua_register(lua, "register", register_module); + lua_register(lua, "piccmd", run_command_lua); + +- luaL_dofile(lua, "config.lua"); ++ luaL_dofile(lua, "/etc/piccontrol.conf"); + + return 0; + } |