diff options
author | bwarsaw <> | 2003-04-24 03:34:46 +0000 |
---|---|---|
committer | bwarsaw <> | 2003-04-24 03:34:46 +0000 |
commit | 954bba2af45e08d275ec822f16adfff882f276f5 (patch) | |
tree | a90fb4a4dac2f10a17131b4abac9c5fe33263869 /misc/mailman.in | |
parent | 2c662eea54cca83f6190780a1c663d88fa258316 (diff) | |
download | mailman2-954bba2af45e08d275ec822f16adfff882f276f5.tar.gz mailman2-954bba2af45e08d275ec822f16adfff882f276f5.tar.xz mailman2-954bba2af45e08d275ec822f16adfff882f276f5.zip |
Fix the path to the pidfile. Closes SF bug # 726415, John Dennis.
Diffstat (limited to 'misc/mailman.in')
-rw-r--r-- | misc/mailman.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/mailman.in b/misc/mailman.in index 458e4f24..a4a545aa 100644 --- a/misc/mailman.in +++ b/misc/mailman.in @@ -2,20 +2,20 @@ # # mailman This shell script that starts and stops GNU Mailman. # -# Copyright (C) 2001,2002 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2003 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 # as published by the Free Software Foundation; either version 2 # of the License, or (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software +# along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # # Copy this file to /etc/init.d/ (or /etc/rc.d/init.d/ depending on @@ -30,7 +30,7 @@ # on GNU Mailman see http://www.list.org # processname: mailmanctl # config: @prefix@/Mailman/mm_cfg.py -# pidfile: @prefix@/data/qrunner.pid +# pidfile: @prefix@/data/master-qrunner.pid PYTHON=@PYTHON@ MAILMANHOME=@prefix@ |