Package: sasl2-sbin
Version: 2.1.22.dfsg1-14

After today's upgrade, saslauthd won't start anymore due to a not-set 
$NAME-variable in the init-script.

Without modifications, /etc/init.d/saslauthd start will print:

# /etc/init.d/saslauthd start
Starting :start-stop-daemon: --start needs --exec or --startas
Try `start-stop-daemon --help' for more information.
 
start-stop-daemon --start --quiet --pidfile /var/run/saslauthd/saslauthd.pid 
--name --exec /usr/sbin/saslauthd --test 
(already running).

As you can see, --name is not filled.

After editing the init-script and putting
NAME=saslauthd
on top of the file, the process will start just fine.

Thanks in advance,
Michael.


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

Reply via email to