]> git.pld-linux.org Git - packages/courier-imap.git/commitdiff
- small fixes
authorwaszi <waszi@pld-linux.org>
Mon, 29 Jan 2001 15:59:17 +0000 (15:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    courier-imap.init -> 1.6

courier-imap.init

index ad5a0d7d051715870f8bd3fff156d5360c7c5c81..c2434bcb9b78693f1567953b63866feee5e79ea9 100644 (file)
@@ -49,9 +49,9 @@ case "$1" in
                        fail
                fi
 
-               msg_starting "Courier IMAP (SSL)"
                
                if is_yes "$IMAPDSSLSTART"; then
+                       msg_starting "Courier IMAP (SSL)"
                        /usr/bin/env - /bin/sh -c " . /etc/sysconfig/courier-imap ; \
                                IMAP_TLS=1; export POP3_TLS; \
                                `sed -n '/^#/d;/=/p' </etc/sysconfig/courier-imap | \
@@ -63,12 +63,12 @@ case "$1" in
                                993 /usr/bin/couriertls -server -tcpd \
                                /usr/sbin/imaplogin /usr/lib/courier-imap/authlib/authdaemon \
                                /usr/bin/imapd $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
        else
This page took 0.067874 seconds and 4 git commands to generate.