------------------------------------------------------------ revno: 1434 fixes bug: https://launchpad.net/bugs/1251917 committer: Mark Sapiro <m...@msapiro.net> branch nick: 2.1 timestamp: Sat 2013-11-16 14:35:58 -0800 message: Added a reopen command to the sample init.d script in misc/mailman.in. modified: NEWS misc/mailman.in
-- lp:mailman/2.1 https://code.launchpad.net/~mailman-coders/mailman/2.1 Your team Mailman Checkins is subscribed to branch lp:mailman/2.1. To unsubscribe from this branch go to https://code.launchpad.net/~mailman-coders/mailman/2.1/+edit-subscription
=== modified file 'NEWS' --- NEWS 2013-11-15 02:15:47 +0000 +++ NEWS 2013-11-16 22:35:58 +0000 @@ -24,6 +24,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:35:58 +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 Mailman-checkins@python.org Unsubscribe: https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org