From 6b1a50e77050d8d0e5ccb230a10240bd1a85a323 Mon Sep 17 00:00:00 2001 From: Oyvind Repvik Date: Thu, 14 Jul 2005 13:12:10 +0000 Subject: Updated initscript Added thttpd to packages --- packages/thttpd/files/init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/thttpd/files') diff --git a/packages/thttpd/files/init b/packages/thttpd/files/init index 4e227d9f13..fdcd0f4530 100644 --- a/packages/thttpd/files/init +++ b/packages/thttpd/files/init @@ -18,7 +18,7 @@ case "$1" in ;; stop) echo -n "Stopping thttpd" - start-stop-daemon --stop --quiet $thttpd + start-stop-daemon --stop --quiet --exec $thttpd echo "." ;; reload|force-reload) @@ -26,7 +26,7 @@ case "$1" in ;; 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 ; -- cgit v1.2.3