Package: kannel Version: 1.4.1-2 This bug was sent to Ubuntu launchpad:
Binary package hint: kannel The /etc/init.d/kannel script tries to put files inside /var/run/kannel. That directory doesn't exist and gets erased every time. I suggest adding something sort of like this into the /etc/init.d/kannel script: # Create the PIDFILES dir if it doesn't exist. test ! -d $PIDFILES && mkdir $PIDFILES && chown kannel $PIDFILES This is how I have fixed the problem on my boxes, anyway. https://bugs.launchpad.net/ubuntu/+source/kannel/+bug/187356 Thanks -- David Cordero <[EMAIL PROTECTED]> http://www.davidcordero.info
signature.asc
Description: This is a digitally signed message part

