Public bug reported:

Binary package hint: dspam

Package: dspam
Version: 3.6.8-8ubuntu1

The start/stop script /etc/init.d/dspam ignores user:

Here's a diff for the fixed version:

[EMAIL PROTECTED]:/etc/init.d# diff dspam.old dspam
34c34
< chown dspam $(dirname $PIDFILE)
---
> chown $USER $(dirname $PIDFILE)
45c45
<   start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON -- 
$OPTIONS || return 2
---
>   start-stop-daemon --start --quiet --pidfile $PIDFILE --chuid $USER --exec 
> $DAEMON -- $OPTIONS || return 2

** Affects: dspam (Ubuntu)
     Importance: Undecided
         Status: New

-- 
dspam /etc/init.d/dspam ignores $USER
https://bugs.launchpad.net/bugs/232543
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

Reply via email to