]> git.pld-linux.org Git - packages/dovecot.git/commitdiff
- use pid file auto/ti/dovecot-1_1_2-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 25 Jul 2008 21:56:11 +0000 (21:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dovecot.init -> 1.7

dovecot.init

index df22065de8890ef0c14d258644b02a5e40fff472..6a76990e9c823c30a602764d16f0bbf78c8892ae 100644 (file)
@@ -38,7 +38,7 @@ start() {
 stop() {
        if [ -f /var/lock/subsys/dovecot ]; then
                msg_stopping "Dovecot"
-               killproc dovecot
+               killproc --pidfile dovecot/master.pid dovecot
                rm -f /var/lock/subsys/dovecot
        else
                msg_not_running "Dovecot"
@@ -48,7 +48,7 @@ stop() {
 reload() {
        if [ -f /var/lock/subsys/dovecot ]; then
                msg_reloading dovecot
-               killproc docevot -HUP
+               killproc --pidfile dovecot/master.pid docevot -HUP
                RETVAL=$?
        else
                msg_not_running "Dovecot"
This page took 0.269375 seconds and 4 git commands to generate.