#
-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 "."
;;
*)
#
-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 "."
;;
*)
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 \
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}"
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 \
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"