diff -Nru squid-deb-proxy-0.4.2/debian/changelog squid-deb-proxy-0.4.2/debian/changelog --- squid-deb-proxy-0.4.2/debian/changelog 2011-05-18 21:54:04.000000000 +0000 +++ squid-deb-proxy-0.4.2/debian/changelog 2011-05-19 17:35:36.000000000 +0000 @@ -1,3 +1,9 @@ +squid-deb-proxy (0.4.2-0ubuntu1~natty3) natty; urgency=low + + * Modofied restart hook to follow Ubuntu standards + + -- Marc Cluet Thu, 19 May 2011 10:35:03 -0700 + squid-deb-proxy (0.4.2-0ubuntu1~natty2) natty; urgency=low [ Marc Cluet ] diff -Nru squid-deb-proxy-0.4.2/debian/postinst squid-deb-proxy-0.4.2/debian/postinst --- squid-deb-proxy-0.4.2/debian/postinst 2011-05-18 21:51:14.000000000 +0000 +++ squid-deb-proxy-0.4.2/debian/postinst 2011-05-19 17:34:58.000000000 +0000 @@ -69,7 +69,7 @@ esac fi # Make sure squid-deb-proxy is running/restarted afterwards - status squid-deb-proxy | grep running && restart squid-deb-proxy || start squid-deb-proxy + invoke-rc.d squid-deb-proxy restart ;; abort-upgrade|abort-remove|abort-deconfigure|triggered)