]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
Fixed Postfix Init Script
authorManiacikarus <maniacikarus@ipfire.org>
Thu, 9 Oct 2008 16:07:59 +0000 (18:07 +0200)
committerManiacikarus <maniacikarus@ipfire.org>
Thu, 9 Oct 2008 16:07:59 +0000 (18:07 +0200)
lfs/postfix
src/initscripts/init.d/postfix

index e67a822dcbdb96b9f51069d51c886338c622816b..3d2749e996df666666a329364fe2aa62a37f696e 100644 (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"
 
index b2582b70970be4cf5f9c7a2c41b6b15b40dff35c..cc819754316ab4d1ae8da82f0e87fbc2068515f2 100644 (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}"