]> git.pld-linux.org Git - packages/courier-imap.git/commitdiff
- fixed ssl wraper start
authorwaszi <waszi@pld-linux.org>
Mon, 29 Jan 2001 16:01:07 +0000 (16:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    courier-imap-pop3.init -> 1.3

courier-imap-pop3.init

index d85831d1266e7b659fddf706d43df1d4a641bc48..522d11bca1014733bf113cd83178e53169cbbdba 100644 (file)
@@ -48,9 +48,9 @@ case "$1" in
                        fail
                fi
 
-               msg_starting "Courier IMAP - POP3 (SSL)"
                
                if is_yes "$POP3DSSLSTART"; then
+                       msg_starting "Courier IMAP - POP3 (SSL)"
                        /usr/bin/env - /bin/sh -c " . /etc/sysconfig/courier-imap-pop3 ; \
                                POP3_TLS=1; export POP3_TLS; \
                                `sed -n '/^#/d;/=/p' </etc/sysconfig/courier-imap-pop3 | \
@@ -62,12 +62,12 @@ case "$1" in
                                995 /usr/bin/couriertls -server -tcpd \
                                /usr/sbin/pop3login /usr/lib/courier-imap/authlib/authdaemon \
                                /usr/bin/pop3d $MAILDIR"
-               fi
-               RETVAL=$?
-               if [ $RETVAL -eq 0 ]; then
-                       ok
-               else
-                       fail
+                       RETVAL=$?
+                       if [ $RETVAL -eq 0 ]; then
+                               ok
+                       else
+                               fail
+                       fi
                fi
                touch /var/lock/subsys/courier-imap-pop3
        else
This page took 0.03351 seconds and 4 git commands to generate.