diff -Nru /tmp/DKIngPM37F/qpsmtpd-0.32/debian/changelog /tmp/dIIqSTV9xN/qpsmtpd-0.32/debian/changelog --- /tmp/DKIngPM37F/qpsmtpd-0.32/debian/changelog 2006-12-30 09:49:43.000000000 +0000 +++ /tmp/dIIqSTV9xN/qpsmtpd-0.32/debian/changelog 2006-12-30 09:49:45.000000000 +0000 @@ -1,3 +1,9 @@ +qpsmtpd (0.32-3ubuntu1) edgy; urgency=low + + * Create /var/run/qpsmtpd in initscript (Closes Ubuntu: #72602). + + -- enyc Sat, 30 Dec 2006 09:40:36 +0000 + qpsmtpd (0.32-3) unstable; urgency=low * Store greylisting db in /var/lib/qpsmtpd/greylisting unless configured diff -Nru /tmp/DKIngPM37F/qpsmtpd-0.32/debian/qpsmtpd.init /tmp/dIIqSTV9xN/qpsmtpd-0.32/debian/qpsmtpd.init --- /tmp/DKIngPM37F/qpsmtpd-0.32/debian/qpsmtpd.init 2006-12-30 09:49:43.000000000 +0000 +++ /tmp/dIIqSTV9xN/qpsmtpd-0.32/debian/qpsmtpd.init 2006-12-30 09:49:45.000000000 +0000 @@ -32,6 +32,9 @@ chown "$RUNAS" /var/log/qpsmtpd/qpsmtpd.log fi export QPSMTPD_CONFIG="/etc/qpsmtpd" + mkdir -p /var/run/qpsmtpd + chown $RUNAS:adm /var/run/qpsmtpd + chmod 2755 /var/run/qpsmtpd start-stop-daemon --quiet --start \ --exec /usr/bin/qpsmtpd-forkserver -- \ --port $PORT --user $RUNAS \