]> git.pld-linux.org Git - packages/fetchmail.git/commitdiff
- killed my previous bogus "fixes"
authorankry <ankry@pld-linux.org>
Wed, 7 May 2003 16:07:25 +0000 (16:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fetchmail.init -> 1.10

fetchmail.init

index 57d7bb7b58bc3315fb702f855e65ec545325748d..c3505e4f6a121a844cb5e25a8be8834b50ae0980 100644 (file)
@@ -66,10 +66,8 @@ case "$1" in
   reload)
        if [ -f /var/lock/subsys/fetchmail ]; then
                msg_reloading "fetchmail"
-               busy
                killproc fetchmail -HUP
                RETVAL=$?
-               [ $RETVAL -eq 0 ] && ok || died
        else
                msg_not_running fetchmail
                exit 1
This page took 0.035339 seconds and 4 git commands to generate.