[oe-commits] Koen Kooi : cherokee: fix init script, daemonize is '-d', not '-b'

GIT User account git at amethyst.openembedded.net
Mon Apr 27 17:49:57 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 755970ac7c85a24af1a7e736a62c01dd18f7f1c8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=755970ac7c85a24af1a7e736a62c01dd18f7f1c8

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Apr 27 19:43:38 2009 +0200

cherokee: fix init script, daemonize is '-d', not '-b'
* runtime tested on sheevaplug/angstrom

---

 recipes/cherokee/cherokee_0.98.0.bb  |    2 ++
 recipes/cherokee/files/cherokee.init |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/cherokee/cherokee_0.98.0.bb b/recipes/cherokee/cherokee_0.98.0.bb
index 7a29694..a8ebaa8 100644
--- a/recipes/cherokee/cherokee_0.98.0.bb
+++ b/recipes/cherokee/cherokee_0.98.0.bb
@@ -1,5 +1,7 @@
 require cherokee.inc
 
+PR = "r1"
+
 SRC_URI = "http://www.cherokee-project.com/download/0.98/${PV}/cherokee-${PV}.tar.gz \
            file://cherokee.init "
 
diff --git a/recipes/cherokee/files/cherokee.init b/recipes/cherokee/files/cherokee.init
index ea1263a..93603b8 100644
--- a/recipes/cherokee/files/cherokee.init
+++ b/recipes/cherokee/files/cherokee.init
@@ -12,7 +12,7 @@ test ! -r "$CONFIG" && exit 0
 case "$1" in
   start)
     echo "Starting $DESC: "
-    start-stop-daemon --oknodo -S -x $DAEMON -- -b -C $CONFIG
+    start-stop-daemon --oknodo -S -x $DAEMON -- -d -C $CONFIG
     ;;
 
   stop)





More information about the Openembedded-commits mailing list