diff options
| -rw-r--r-- | misc/.cvsignore | 1 | ||||
| -rw-r--r-- | misc/S99mailman.in | 22 |
2 files changed, 1 insertions, 22 deletions
diff --git a/misc/.cvsignore b/misc/.cvsignore index f2bbf5b22..d35350920 100644 --- a/misc/.cvsignore +++ b/misc/.cvsignore @@ -1,2 +1,3 @@ Makefile paths.py +S98mailman diff --git a/misc/S99mailman.in b/misc/S99mailman.in deleted file mode 100644 index fac7e1e4e..000000000 --- a/misc/S99mailman.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 |
