Fixed Postfix Init Script

This commit is contained in:
Maniacikarus
2008-10-09 18:07:59 +02:00
parent 8860e83618
commit 1790f3ccf4
2 changed files with 4 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = postfix
PAK_VER = 1
PAK_VER = 2
DEPS = "amavisd mysql"

View File

@@ -46,6 +46,9 @@ case "$1" in
sleep 1
$0 start
;;
status)
statusproc /usr/lib/postfix/master
;;
*)
echo "Usage: $0 {start|stop|reload|abort|flush|check|restart}"