]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
Fixed postfix package
authorManiacikarus <maniacikarus@ipfire.org>
Sat, 18 Oct 2008 09:41:47 +0000 (11:41 +0200)
committerManiacikarus <maniacikarus@ipfire.org>
Sat, 18 Oct 2008 09:41:47 +0000 (11:41 +0200)
src/initscripts/init.d/postfix
src/paks/postfix/install.sh

index cc819754316ab4d1ae8da82f0e87fbc2068515f2..4771ee4f2838284f8cb9e45ac202aa2f66d4cb70 100644 (file)
@@ -47,7 +47,7 @@ case "$1" in
                $0 start
                ;;
        status)
-               statusproc /usr/lib/postfix/master
+               statusproc
                ;;
 
        *)
index faf023f117a0e418db6bcde6e3b0e8be7cb7548f..b8b18098aa29086fd3199307eadb41c3618ab676 100644 (file)
@@ -27,6 +27,6 @@ postalias /etc/aliases
 # Set postfix's hostname
 postconf -e "myhostname=$(hostname -f)"
 /etc/init.d/postfix start
-ln -sf  ../init.d/postfix /etc/rc.d/rc0.d/K25postfix
-ln -sf  ../init.d/postfix /etc/rc.d/rc3.d/S35postfix
-ln -sf  ../init.d/postfix /etc/rc.d/rc6.d/K25postfix
+ln -sf  ../init.d/fetchmail /etc/rc.d/rc0.d/K25fetchmail
+ln -sf  ../init.d/fetchmail /etc/rc.d/rc3.d/S35fetchmail
+ln -sf  ../init.d/fetchmail /etc/rc.d/rc6.d/K25fetchmail