Package: imapproxy
Version: 1.2.3-1sarge1

/etc/init.d/imapproxy stop
  always prints error messages when stopping imapproxy

replace with the stop portion of etc/init.d/imapproxy with:


  stop)
        echo -n "Stopping $DESC: "
        start-stop-daemon --oknodo --stop --quiet \
                --exec /usr/sbin/imapproxyd 2>&1 | \
                grep warning > /dev/null
        sleep 1
        if [ -n "`ps ax | grep imapproxyd | grep -v grep`" ]; then
                killall -15 imapproxyd >/dev/null 2>&1 || true
        fi

        echo "$NAME."

        ;;


Hope this is satisfactory.

Cheers,
James.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to