------------------------------------------------------------ revno: 1674 fixes bug: https://launchpad.net/bugs/1620121 committer: Mark Sapiro <m...@msapiro.net> branch nick: 2.1 timestamp: Sun 2016-09-04 13:58:20 -0700 message: Added INIT INFO to the sample init.d script. 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 2016-09-02 18:54:08 +0000 +++ NEWS 2016-09-04 20:58:20 +0000 @@ -16,6 +16,10 @@ - The Japanese translation has been updated by Yasuhito FUTATSUKI. + Bug fixes and other patches + + - INIT INFO has been added to the sample init.d script. (LP: #1620121) + 2.1.23 (27-Aug-2016) Security === modified file 'misc/mailman.in' --- misc/mailman.in 2015-10-06 20:29:35 +0000 +++ misc/mailman.in 2016-09-04 20:58:20 +0000 @@ -2,7 +2,7 @@ # # mailman This shell script starts and stops GNU Mailman. # -# Copyright (C) 2001-2013 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2016 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 @@ -32,6 +32,18 @@ # processname: mailmanctl # config: @prefix@/Mailman/mm_cfg.py # pidfile: @VAR_PREFIX@/data/master-qrunner.pid +# +### BEGIN INIT INFO +# Provides: mailman +# Required-Start: $remote_fs $network +# Required-Stop: $remote_fs $network +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: GNU Mailman +# Description: Mailman is the GNU Mailing List Manager, a program that +# manages electronic mail discussion groups. For more +# on GNU Mailman see http://www.list.org +### END INIT INFO PYTHON=@PYTHON@ MAILMANHOME=@prefix@
_______________________________________________ Mailman-checkins mailing list Mailman-checkins@python.org Unsubscribe: https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org