[Pkg-mailman-hackers] Pkg-mailman commit - rev 514 - trunk/debian
Thijs Kinkhorst
thijs at alioth.debian.org
Sat Dec 1 16:25:00 UTC 2007
Author: thijs
Date: 2007-12-01 16:25:00 +0000 (Sat, 01 Dec 2007)
New Revision: 514
Modified:
trunk/debian/changelog
trunk/debian/mailman.init
Log:
* Fix pidfile location in mailman.init, thanks Peter Rabbitson
(Closes: #439325).
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2007-12-01 16:09:36 UTC (rev 513)
+++ trunk/debian/changelog 2007-12-01 16:25:00 UTC (rev 514)
@@ -9,8 +9,10 @@
(Closes: #450927)
* After logrotate, call 'mailmanctl reopen' instead of sending SIGHUP
since that is the supported way of rotating logs (Closes: #424620).
+ * Fix pidfile location in mailman.init, thanks Peter Rabbitson
+ (Closes: #439325).
- -- Thijs Kinkhorst <thijs at debian.org> Sat, 1 Dec 2007 17:07:06 +0100
+ -- Thijs Kinkhorst <thijs at debian.org> Sat, 1 Dec 2007 17:23:53 +0100
mailman (1:2.1.9-8) unstable; urgency=low
Modified: trunk/debian/mailman.init
===================================================================
--- trunk/debian/mailman.init 2007-12-01 16:09:36 UTC (rev 513)
+++ trunk/debian/mailman.init 2007-12-01 16:25:00 UTC (rev 514)
@@ -21,7 +21,7 @@
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
DAEMON=/usr/lib/mailman/bin/mailmanctl
-PIDFILE=/var/lib/mailman/data/master-qrunner.pid
+PIDFILE=/var/run/mailman/mailman.pid
test -x $DAEMON || exit 0
More information about the Pkg-mailman-hackers
mailing list