Package: squid-deb-proxy
Version: 0.7.2

Having contributed the Debian init script a while ago, it's easy for me to see 
a couple of minor
errors that have crept in.  Two function calls need to be changed to the new 
function names.

Thanks

Andrew

===================

--- squid-deb-proxy     2013-04-10 05:06:52.000000000 +1200
+++ squid-deb-proxy-new 2013-08-21 10:57:45.108769678 +1200
@@ -110,11 +110,11 @@
 
        reload|force-reload)
        log_action_msg "Reloading $DESC configuration files"
-       remove_avahi_service
+       post_stop
        start-stop-daemon --stop --signal 1 --quiet \
                --pidfile $PIDFILE --exec $DAEMON -- -f $CONFIG
        log_action_end_msg 0
-       write_avahi_service
+       post_start
        ;;
 
        restart)
 


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to