Comment 2 for bug 126894

Revision history for this message
Steve Kowalik (stevenk) wrote :

I agree with you, in that it isn't the correct way to fix this. Since you're editing a file provided for packaging, as opposed to upstream. I also disagree with using `dirname $PIDFILE`, since the directory the pid file is going to be stored in won't change often, if at all. Secondly, don't use . as a separator for chown, use :

mkdir -p /var/run/popfile
chown -R popfile:popfile /var/run/popfile

Add that directly into the init script, and add a changelog entry. Attach a debdiff to the bug, and I'll have a look at it.

In future, if you want a bug to be noticed, as opposed to by chance, subscribe ubuntu-universe-sponsors.