At the end of /etc/defaults/saslauthd I added

SYMLINK="/var/run/saslauthd"

and in the initscript I added this before the createdir function:

#bug https://bugs.launchpad.net/ubuntu/+source/cyrus-sasl2/+bug/79371 quickfix
test -h $SYMLINK || ln -s $RUN_DIR $SYMLINK

the initscript will automagically create the $RUN_DIR by parsing the -m
option if specified in $OPTIONS

-- 
saslauthd init script does not allow movement of PID
https://bugs.launchpad.net/bugs/79371
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to