remove illegal argument -d from init scripts

This commit is contained in:
marschap
2006-05-25 12:10:49 +00:00
parent 265e334866
commit a8f963c935
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ case "$1" in
start)
echo -n "Starting $DESC: "
start-stop-daemon --start --quiet --background \
--exec $DAEMON -- -d $OPTIONS
--exec $DAEMON -- $OPTIONS
echo "$NAME."
;;
stop)