Package: lsb-base
Version: 3.1-11
Severity: serious

Using getopt to parse the arguments of start_daemon is trouble because
it parses the arguments that are supposed to be passed to the daemon.
For example:

start_daemon -p /var/run/dirmngr.pid /usr/bin/dirmngr --daemon --sh

What it tried running is this:

/sbin/start-stop-daemon --start --nicelevel 0 --quiet --exec -p --oknodo 
--pidfile /dev/null -- /var/run/dirmngr.pid /usr/bin/dirmngr --daemon --sh

Which ended up this way:

/sbin/start-stop-daemon: stat -p: No such file or directory (No such file or 
directory)

So this init script is broken.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to