aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/fsodeviced
diff options
context:
space:
mode:
authorKlaus Kurzmann <mok@fluxnetz.de>2009-11-25 23:33:34 +0100
committerKlaus Kurzmann <mok@fluxnetz.de>2009-11-25 23:33:34 +0100
commit5720be48bdb98f53557939f7253aec60e8f36686 (patch)
treec64875e51cf6a004b6f0360ab7eaad76a60e7b59 /recipes/freesmartphone/fsodeviced
parentbba98a56fb5f8aa4b0c914eb367b9eafd4570612 (diff)
downloadopenembedded-5720be48bdb98f53557939f7253aec60e8f36686.tar.gz
fsodeviced: adjust path in initscript - fsodeviced moved to /usr/sbin
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'recipes/freesmartphone/fsodeviced')
-rw-r--r--recipes/freesmartphone/fsodeviced/fsodeviced2
1 files changed, 1 insertions, 1 deletions
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