[oe-commits] Klaus Kurzmann : fsodeviced: adjust path in initscript - fsodeviced moved to /usr/sbin

git version control git at git.openembedded.org
Wed Nov 25 22:34:54 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 5720be48bdb98f53557939f7253aec60e8f36686
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5720be48bdb98f53557939f7253aec60e8f36686

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Wed Nov 25 23:33:34 2009 +0100

fsodeviced: adjust path in initscript - fsodeviced moved to /usr/sbin

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/freesmartphone/fsodeviced/fsodeviced |    2 +-
 recipes/freesmartphone/fsodeviced_git.bb     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/freesmartphone/fsodeviced/fsodeviced b/recipes/freesmartphone/fsodeviced/fsodeviced
index 2926481..475e5b4 100644
--- a/recipes/freesmartphone/fsodeviced/fsodeviced
+++ b/recipes/freesmartphone/fsodeviced/fsodeviced
@@ -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
diff --git a/recipes/freesmartphone/fsodeviced_git.bb b/recipes/freesmartphone/fsodeviced_git.bb
index 0fe723f..d1aedc1 100644
--- a/recipes/freesmartphone/fsodeviced_git.bb
+++ b/recipes/freesmartphone/fsodeviced_git.bb
@@ -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
 





More information about the Openembedded-commits mailing list