diff options
| -rw-r--r-- | misc/.cvsignore | 2 | ||||
| -rw-r--r-- | misc/S98mailman.in | 22 |
2 files changed, 1 insertions, 23 deletions
diff --git a/misc/.cvsignore b/misc/.cvsignore index d35350920..e7a13ed2f 100644 --- a/misc/.cvsignore +++ b/misc/.cvsignore @@ -1,3 +1,3 @@ Makefile paths.py -S98mailman +mailman diff --git a/misc/S98mailman.in b/misc/S98mailman.in deleted file mode 100644 index fac7e1e4e..000000000 --- a/misc/S98mailman.in +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/sh - -PYTHON=@PYTHON@ -MAILMANHOME=@prefix@ -MAILMANCTL=$MAILMANHOME/bin/mailmanctl - -case "$1" in -'start') - #rm -f $MAILMANHOME/locks/* - $PYTHON $MAILMANCTL -s -q start - ;; - -'stop') - $PYTHON $MAILMANCTL -q stop - ;; - -'restart') - $PYTHON $MAIMLANCTL -q restart - ;; - -esac -exit 0 |
