[packages/lirc] full path to daemon

glen glen at pld-linux.org
Sat Feb 16 20:03:40 CET 2013


commit bd8cecd4bb6dec5bdc77f5e648480b04af9bb71b
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sat Feb 16 20:58:17 2013 +0200

    full path to daemon

 lircmd.init | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/lircmd.init b/lircmd.init
index 138a66b..0f083ca 100755
--- a/lircmd.init
+++ b/lircmd.init
@@ -21,7 +21,7 @@ start() {
 	fi
 
 	msg_starting "Linux Infrared Remote Control mouse daemon"
-	daemon lircmd
+	daemon /usr/sbin/lircmd
 	RETVAL=$?
 	[ $RETVAL -eq 0 ] && touch /var/lock/subsys/lircmd
 }
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lirc.git/commitdiff/703b35a04cd94cbe1efabc878a9d349b7770f7e1



More information about the pld-cvs-commit mailing list