--- /etc/init.d.orig/saslauthd 2003-06-18 17:35:45.000000000 -0700 +++ /etc/init.d/saslauthd 2003-06-18 17:57:36.000000000 -0700 @@ -16,6 +16,6 @@ stop() { ebegin "Stopping saslauthd" - start-stop-daemon --stop --quiet --pidfile /var/lib/sasl2/mux.pid + start-stop-daemon --stop --quiet --pidfile /var/lib/sasl2/saslauthd.pid eend $? }