;;
stop)
echo -n "Stopping thttpd"
- start-stop-daemon --stop --quiet $thttpd
+ start-stop-daemon --stop --quiet --exec $thttpd
echo "."
;;
reload|force-reload)
;;
restart)
echo -n "Stopping thttpd"
- start-stop-daemon --stop --quiet $thttpd
+ start-stop-daemon --stop --quiet --exec $thttpd
echo "."
echo -n "Waiting for thttpd to die off"
for i in 1 2 3 ;
LICENSE = "BSD"
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
HOMEPAGE = "http://www.acme.com/software/thttpd/"
+PR="r1"
SRC_URI = "http://www.acme.com/software/thttpd/thttpd-2.25b.tar.gz \
file://install.patch;patch=1 \
file://acinclude.m4 \
file://init"
S = "${WORKDIR}/thttpd-${PV}"
+INITSCRIPT_NAME = "thttpd"
+INITSCRIPT_PARAMS = "defaults"
inherit autotools