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.
-PR = "r6"
+PR = "r7"
SRC_URI_append = "file://configure.patch;patch=1 \
file://Makefile.in.patch;patch=1 \
-PR = "r2"
+PR = "r3"
SRC_URI_append = "file://configure.in.patch;patch=1 \
file://Makefile.am.patch;patch=1"
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)