From 5720be48bdb98f53557939f7253aec60e8f36686 Mon Sep 17 00:00:00 2001 From: Klaus Kurzmann Date: Wed, 25 Nov 2009 23:33:34 +0100 Subject: fsodeviced: adjust path in initscript - fsodeviced moved to /usr/sbin Signed-off-by: Klaus Kurzmann --- recipes/freesmartphone/fsodeviced/fsodeviced | 2 +- recipes/freesmartphone/fsodeviced_git.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes') diff --git a/recipes/freesmartphone/fsodeviced/fsodeviced b/recipes/freesmartphone/fsodeviced/fsodeviced index 2926481e55..475e5b4aad 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 0fe723ff32..d1aedc16b9 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 -- cgit v1.2.3