make option -f not take arguments in the server

This commit is contained in:
marschap
2006-09-19 08:26:22 +00:00
parent a65d5645f9
commit 77dd01d3ed
4 changed files with 11 additions and 18 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ test -x ${LCDd} || exit 0
case "$1" in
start)
printf "Starting $DESC:"
start-stop-daemon --start --quiet --background --exec ${LCDd} -- -s -f -c ${configfile}
start-stop-daemon --start --quiet --background --exec ${LCDd} -- -c ${configfile}
printf " LCDd"
printf ".\n"
;;