lirc: fixed path to daemons in initscripts - close #453
authorMarcin Juszkiewicz <hrw@openembedded.org>
Sun, 20 Nov 2005 22:16:44 +0000 (22:16 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sun, 20 Nov 2005 22:16:44 +0000 (22:16 +0000)
packages/lirc/files/lircd.init
packages/lirc/files/lircmd.init
packages/lirc/lirc_0.6.6+cvs20040918.bb
packages/lirc/lirc_0.6.6.bb
packages/lirc/lirc_0.7.0.bb
packages/lirc/lirc_0.7.1.bb

index e549b7e..862575b 100755 (executable)
@@ -6,28 +6,28 @@
 #
 
 
-test -f /usr/sbin/lircd || exit 0
+test -f /usr/ssbin/lircd || exit 0
 
 case "$1" in
   start)
     echo -n "Starting lirc daemon: lircd"
-    start-stop-daemon --start --quiet --exec /usr/bin/lircd -- --device=/dev/lirc
+    start-stop-daemon --start --quiet --exec /usr/sbin/lircd -- --device=/dev/lirc
     echo "."
     ;;
   stop)
     echo -n "Stopping lirc daemon: lircd"
-    start-stop-daemon --stop --quiet --exec /usr/bin/lircd
+    start-stop-daemon --stop --quiet --exec /usr/sbin/lircd
     echo "."
     ;;
   reload|force-reload)
-    start-stop-daemon --stop --quiet --signal 1 --exec /usr/bin/lircd
+    start-stop-daemon --stop --quiet --signal 1 --exec /usr/sbin/lircd
     ;;
   restart)
     echo -n "Stopping lirc daemon: lircd"
-    start-stop-daemon --stop --quiet --exec /usr/bin/lircd
+    start-stop-daemon --stop --quiet --exec /usr/sbin/lircd
     sleep 1
     echo -n "Starting lirc daemon: lircd"
-    start-stop-daemon --start --quiet --exec /usr/bin/lircd -- --device=/dev/lirc
+    start-stop-daemon --start --quiet --exec /usr/sbin/lircd -- --device=/dev/lirc
     echo "."
     ;;
   *)
index 16296f4..1a96207 100755 (executable)
@@ -6,28 +6,28 @@
 #
 
 
-test -f /usr/bin/lircmd || exit 0
+test -f /usr/sbin/lircmd || exit 0
 
 case "$1" in
   start)
     echo -n "Starting lirc daemon: lircmd"
-    start-stop-daemon --start --quiet --exec /usr/bin/lircmd
+    start-stop-daemon --start --quiet --exec /usr/sbin/lircmd
     echo "."
     ;;
   stop)
     echo -n "Stopping lirc daemon: lircmd"
-    start-stop-daemon --stop --quiet --exec /usr/bin/lircmd
+    start-stop-daemon --stop --quiet --exec /usr/sbin/lircmd
     echo "."
     ;;
   reload|force-reload)
-    start-stop-daemon --stop --quiet --signal 1 --exec /usr/bin/lircmd
+    start-stop-daemon --stop --quiet --signal 1 --exec /usr/sbin/lircmd
     ;;
   restart)
     echo -n "Stopping lirc daemon: lircmd"
-    start-stop-daemon --stop --quiet --exec /usr/bin/lircmd
+    start-stop-daemon --stop --quiet --exec /usr/sbin/lircmd
     sleep 1
     echo -n "Starting lirc daemon: lircmd"
-    start-stop-daemon --start --quiet --exec /usr/bin/lircmd
+    start-stop-daemon --start --quiet --exec /usr/sbin/lircmd
     echo "."
     ;;
   *)
index e4e9fad..1bebdff 100644 (file)
@@ -5,7 +5,7 @@ MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
 LICENSE = "GPL"
 RDEPENDS = "kernel lirc-modules-${PV}"
 DEPENDS = "virtual/kernel"
-PR = "r7"
+PR = "r8"
 
 S = "${WORKDIR}/lirc"
 SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/lirc;module=lirc;date=20040918;method=pserver \
index 0088c50..7b30483 100644 (file)
@@ -4,7 +4,7 @@ PRIORITY = "optional"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
 LICENSE = "GPL"
 DEPENDS = "virtual/kernel"
-PR = "r5"
+PR = "r6"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/lirc/lirc-${PV}.tar.gz"
 S = "${WORKDIR}/lirc-${PV}"
index b7b8324..4d4f69f 100644 (file)
@@ -4,7 +4,7 @@ PRIORITY = "optional"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
 LICENSE = "GPL"
 DEPENDS = "virtual/kernel"
-PR = "r5"
+PR = "r6"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/lirc/lirc-${PV}.tar.gz \
       file://split-hauppauge.patch;patch=1 \
index 08e0372..5b04f86 100644 (file)
@@ -4,7 +4,7 @@ PRIORITY = "optional"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
 LICENSE = "GPL"
 DEPENDS = "virtual/kernel libx11 libxau libsm ice"
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/lirc/lirc-${PV}.tar.gz \
       file://lircd.init file://lircmd.init"