diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/PythonPowered.png | bin | 945 -> 5883 bytes | |||
-rw-r--r-- | misc/mailman.in | 11 |
2 files changed, 8 insertions, 3 deletions
diff --git a/misc/PythonPowered.png b/misc/PythonPowered.png Binary files differindex 2e9d99c2..ad7f9434 100644 --- a/misc/PythonPowered.png +++ b/misc/PythonPowered.png diff --git a/misc/mailman.in b/misc/mailman.in index 2f5fbc7a..bfaac3cc 100644 --- a/misc/mailman.in +++ b/misc/mailman.in @@ -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: @@ -30,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@ @@ -50,5 +51,9 @@ case "$1" in $PYTHON $MAILMANCTL -q restart ;; +'reopen') + $PYTHON $MAILMANCTL -q reopen + ;; + esac exit 0 |