fsodeviced: adjust path in initscript - fsodeviced moved to /usr/sbin
authorKlaus Kurzmann <mok@fluxnetz.de>
Wed, 25 Nov 2009 22:33:34 +0000 (23:33 +0100)
committerKlaus Kurzmann <mok@fluxnetz.de>
Wed, 25 Nov 2009 22:33:34 +0000 (23:33 +0100)
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
recipes/freesmartphone/fsodeviced/fsodeviced
recipes/freesmartphone/fsodeviced_git.bb

index 2926481..475e5b4 100644 (file)
@@ -15,7 +15,7 @@ NICENESS=10
 case "$1" in
     start)
         echo -n "Starting fsodeviced: "
-        start-stop-daemon --start --pidfile /var/run/${NAME}.pid --make-pidfile --background -N ${NICENESS} -x /usr/bin/fsodeviced
+        start-stop-daemon --start --pidfile /var/run/${NAME}.pid --make-pidfile --background -N ${NICENESS} -x /usr/sbin/fsodeviced
         if [ $? = 0 ]; then
             echo "(ok)"
         else
index 0fe723f..d1aedc1 100644 (file)
@@ -6,7 +6,7 @@ RDEPENDS += "libcanberra-alsa"
 RRECOMMENDS += "fso-alsa-data"
 PV = "0.9.0+gitr${SRCREV}"
 PE = "1"
-PR = "${INC_PR}.3"
+PR = "${INC_PR}.4"
 
 inherit update-rc.d