From 7eb1148b3ef7df8e8de1fe7b8deef1532772f4ff Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Tue, 6 Oct 2015 13:29:35 -0700 Subject: Fixed the 'pidfile' path in the sample init.d script. --- NEWS | 2 ++ misc/mailman.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 1fda1cf9..603ab9be 100755 --- a/NEWS +++ b/NEWS @@ -22,6 +22,8 @@ Here is a history of user visible changes to Mailman. Bug fixes and other patches + - Fixed the 'pidfile' path in the sample init.d script. (LP: # 1503422) + - Subject prefixing could fail to collapse multiple 'Re:' in an incomming message if they all came after the list's subject_prefix. This is now fixed. (LP: #1496620) diff --git a/misc/mailman.in b/misc/mailman.in index 126a0cd5..bfaac3cc 100644 --- a/misc/mailman.in +++ b/misc/mailman.in @@ -31,7 +31,7 @@ # on GNU Mailman see http://www.list.org # processname: mailmanctl # config: @prefix@/Mailman/mm_cfg.py -# pidfile: @prefix@/data/master-qrunner.pid +# pidfile: @VAR_PREFIX@/data/master-qrunner.pid PYTHON=@PYTHON@ MAILMANHOME=@prefix@ -- cgit v1.2.3