diff options
| author | bwarsaw | 2003-04-24 03:33:48 +0000 |
|---|---|---|
| committer | bwarsaw | 2003-04-24 03:33:48 +0000 |
| commit | b2d5be221e42788c1ed64859e47292b0b783cf74 (patch) | |
| tree | 06cd60b090c5dabcb51e02a8ba9a2d4755b261e8 | |
| parent | 58765a35fc1ed41893843c3d6515db6758d893ba (diff) | |
| download | mailman-b2d5be221e42788c1ed64859e47292b0b783cf74.tar.gz mailman-b2d5be221e42788c1ed64859e47292b0b783cf74.tar.zst mailman-b2d5be221e42788c1ed64859e47292b0b783cf74.zip | |
Fix the path to the pidfile. Closes SF bug # 726415, John Dennis.
| -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 458e4f241..a4a545aa1 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@ |
