------------------------------------------------------------
revno: 1293
committer: Mark Sapiro <[email protected]>
branch nick: 2.2
timestamp: Sat 2013-11-16 14:43:27 -0800
message:
Added a reopen command to the sample init.d script in misc/mailman.in.
modified:
NEWS
misc/mailman.in
--
lp:mailman/2.2
https://code.launchpad.net/~mailman-coders/mailman/2.2
Your team Mailman Checkins is subscribed to branch lp:mailman/2.2.
To unsubscribe from this branch go to
https://code.launchpad.net/~mailman-coders/mailman/2.2/+edit-subscription
=== modified file 'NEWS'
--- NEWS 2013-11-15 02:18:09 +0000
+++ NEWS 2013-11-16 22:43:27 +0000
@@ -68,6 +68,9 @@
Bug Fixes and other patches
+ - Added a reopen command to the sample init.d script in misc/mailman.in.
+ (LP: #1251917)
+
- Fixed a misspelling in Tagger.py causing an "unexpected keyword argument
'Delete'" exception. (LP: #1251495)
=== modified file 'misc/mailman.in'
--- misc/mailman.in 2005-08-27 01:40:17 +0000
+++ misc/mailman.in 2013-11-16 22:43:27 +0000
@@ -2,7 +2,7 @@
#
# mailman This shell script starts and stops GNU Mailman.
#
-# Copyright (C) 2001-2003 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2013 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@@ -16,7 +16,8 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+# USA.
#
# Copy this file to /etc/init.d/ (or /etc/rc.d/init.d/ depending on
# your system) and activate it as such:
@@ -50,5 +51,9 @@
$PYTHON $MAILMANCTL -q restart
;;
+'reopen')
+ $PYTHON $MAILMANCTL -q reopen
+ ;;
+
esac
exit 0
_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe:
https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org