diff options
| -rw-r--r-- | misc/mailman.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/mailman.in b/misc/mailman.in index f941e075a..a369733b0 100644 --- a/misc/mailman.in +++ b/misc/mailman.in @@ -2,7 +2,7 @@ # # mailman This shell script that starts and stops GNU Mailman. # -# Copyright (C) 2001 by the Free Software Foundation, Inc. +# Copyright (C) 2001,2002 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 @@ -41,7 +41,7 @@ case "$1" in ;; 'restart') - $PYTHON $MAIMLANCTL -q restart + $PYTHON $MAILMANCTL -q restart ;; esac |
