From a8f963c935793fea613a9308ae66c54dd879a002 Mon Sep 17 00:00:00 2001 From: marschap Date: Thu, 25 May 2006 12:10:49 +0000 Subject: [PATCH] remove illegal argument -d from init scripts --- scripts/debian/lcdproc.init | 2 +- scripts/debian/lcdproc.lcdexec.init | 2 +- scripts/debian/lcdproc.lcdvc.init | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/debian/lcdproc.init b/scripts/debian/lcdproc.init index aa1e911..a74bcc9 100644 --- a/scripts/debian/lcdproc.init +++ b/scripts/debian/lcdproc.init @@ -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) diff --git a/scripts/debian/lcdproc.lcdexec.init b/scripts/debian/lcdproc.lcdexec.init index 1e94e4a..2414cd0 100644 --- a/scripts/debian/lcdproc.lcdexec.init +++ b/scripts/debian/lcdproc.lcdexec.init @@ -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) diff --git a/scripts/debian/lcdproc.lcdvc.init b/scripts/debian/lcdproc.lcdvc.init index 453ead4..f27417c 100644 --- a/scripts/debian/lcdproc.lcdvc.init +++ b/scripts/debian/lcdproc.lcdvc.init @@ -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)