]> git.pld-linux.org Git - packages/dovecot.git/commitdiff
- LSM conformance
authorankry <ankry@pld-linux.org>
Tue, 8 Jul 2003 12:37:40 +0000 (12:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dovecot.init -> 1.2

dovecot.init

index 4e1a0299a7a3f8c0e14d16f4ce8a0de00cf1ec2c..6e34b63adea4e9ef193f86d887659433f7b24aa1 100644 (file)
@@ -35,7 +35,6 @@ case "$1" in
                [ $RETVAL -eq 0 ] && touch /var/lock/subsys/dovecot
        else
                msg_already_running "Dovecot"
-               exit 1
        fi
        ;;
   stop)
@@ -47,7 +46,7 @@ case "$1" in
                msg_not_running "Dovecot"
        fi
        ;;
-  restart)
+  restart|force-reload)
        $0 stop
        $0 start
        exit $?
This page took 0.162452 seconds and 4 git commands to generate.