|
From: Sven J. <sv...@sv...> - 2007-04-10 05:21:49
|
On Tue, 10 Apr 2007 02:36:59 +0000 "not James Knox" <jam...@ho...> wrote: Hi. > Ok, in the last line of /etc/init.d/boot.local (I'm running Suse, btw) > I put: > irexec --daemon /etc/lircshutdown.conf > and in /ete/lircshutdown.conf I have: > begin > prog = irexec > button = power > config = shutdown -h now > end Is /etc/init.d/boot.local executable? I guess your lircshutdown.conf is in /etc , not in /ete ? Try the full path to irexec in boot.local (You get it it with # which irexec /usr/bin or /usr/local/bin or whatever. Good luck. |