]> git.pld-linux.org Git - packages/fetchmail.git/blobdiff - fetchmail.init
- killed my previous bogus "fixes"
[packages/fetchmail.git] / 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.071077 seconds and 4 git commands to generate.