[oe-commits] org.oe.dev cherokee: In the init script pass the config file as a parameter. This

lenehan commit openembedded-commits at lists.openembedded.org
Sun Nov 19 03:04:29 UTC 2006


cherokee: In the init script pass the config file as a parameter. This
currently matches the default so makes no actual difference. However in the
case where you want to run multiple instances of cherokee it makes it clear
how you specify an alternate configuration file.

Author: lenehan at openembedded.org
Branch: org.openembedded.dev
Revision: 1e4e88010a7ca6c6dd2c33ac591e3861fa2de7ad
ViewMTN: http://monotone.openembedded.org/revision.psp?id=1e4e88010a7ca6c6dd2c33ac591e3861fa2de7ad
Files:
1
packages/cherokee/cherokee_0.5.3.bb
packages/cherokee/cherokee_0.5.5.bb
packages/cherokee/files/cherokee.init
Diffs:

#
# mt diff -r1cdcad820cd0b2c20d4f14e816072a113b6b76df -r1e4e88010a7ca6c6dd2c33ac591e3861fa2de7ad
#
# 
# 
# patch "packages/cherokee/cherokee_0.5.3.bb"
#  from [b52bb08f797402e1da38dbdbe9cf1c7c3a58cf4b]
#    to [28fa136c3785ff65668f982ea8da6d8b8bb7925f]
# 
# patch "packages/cherokee/cherokee_0.5.5.bb"
#  from [87134f919a0555e39e05ad71b1e155399286d270]
#    to [8ed23a4444376e86cf9d1d04928a1c7d34798608]
# 
# patch "packages/cherokee/files/cherokee.init"
#  from [8b9e4cb46bb3db8fe702a86f6d83cef716a3575e]
#    to [bd0d7f97740b6ba04e359c27d335ab76cd518cd4]
# 
============================================================
--- packages/cherokee/cherokee_0.5.3.bb	b52bb08f797402e1da38dbdbe9cf1c7c3a58cf4b
+++ packages/cherokee/cherokee_0.5.3.bb	28fa136c3785ff65668f982ea8da6d8b8bb7925f
@@ -1,4 +1,4 @@
-PR = "r6"
+PR = "r7"
 
 SRC_URI_append = "file://configure.patch;patch=1 \
                   file://Makefile.in.patch;patch=1 \
============================================================
--- packages/cherokee/cherokee_0.5.5.bb	87134f919a0555e39e05ad71b1e155399286d270
+++ packages/cherokee/cherokee_0.5.5.bb	8ed23a4444376e86cf9d1d04928a1c7d34798608
@@ -1,4 +1,4 @@
-PR = "r2"
+PR = "r3"
 
 SRC_URI_append = "file://configure.in.patch;patch=1 \
                   file://Makefile.am.patch;patch=1"
============================================================
--- packages/cherokee/files/cherokee.init	8b9e4cb46bb3db8fe702a86f6d83cef716a3575e
+++ packages/cherokee/files/cherokee.init	bd0d7f97740b6ba04e359c27d335ab76cd518cd4
@@ -12,7 +12,7 @@ case "$1" in
 case "$1" in
   start)
     echo "Starting $DESC: "
-    start-stop-daemon --oknodo -S -x $DAEMON -- -b
+    start-stop-daemon --oknodo -S -x $DAEMON -- -b -C $CONFIG
     ;;
 
   stop)






More information about the Openembedded-commits mailing list