]> git.pld-linux.org Git - packages/courier-imap.git/commitdiff
- fix it
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 22 May 2003 20:16:24 +0000 (20:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    courier-imap-authdaemon.init -> 1.8

courier-imap-authdaemon.init

index a41b027170e63f4bf814d0e006bf4d9493890abc..d3c33ec65945611e7e3f6558262ad19aa125dfe4 100644 (file)
@@ -67,9 +67,9 @@ case "$1" in
        $0 stop
        $0 start
        RETVAL=$?
-       [ $imaprun -eq 1 ] && /etc/rc.d/init.d/courier-imap start
-       [ $poprun -eq 1 ] && /etc/rc.d/init.d/courier-pop3 start
-       [ $crun -eq 1 ] && /etc/rc.d/init.d/courier-mta start
+       [ "$imaprun" -eq 1 ] && /etc/rc.d/init.d/courier-imap start
+       [ "$poprun" -eq 1 ] && /etc/rc.d/init.d/courier-pop3 start
+       [ "$crun" -eq 1 ] && /etc/rc.d/init.d/courier-mta start
        unset crun
        unset poprun
        unset imaprun
@@ -81,6 +81,7 @@ case "$1" in
   *)
        msg_usage "$0 {start|stop|restart|force-reload|status}"
        exit 3
+       ;;
 esac
 
 exit $RETVAL
This page took 0.043456 seconds and 4 git commands to generate.