diff -u squid-2.7.STABLE9/debian/changelog squid-2.7.STABLE9/debian/changelog --- squid-2.7.STABLE9/debian/changelog +++ squid-2.7.STABLE9/debian/changelog @@ -1,3 +1,10 @@ +squid (2.7.STABLE9-2ubuntu5) maverick; urgency=low + + * debian/squid.upstart: correct 'local-filesystem' to 'local-filesystems'. + Missing 's' at the end causes squid to fail to start on boot. + + -- C de-Avillez Mon, 27 Sep 2010 12:27:09 -0500 + squid (2.7.STABLE9-2ubuntu4) maverick; urgency=low * debian/postinst: Start squid when we install it. diff -u squid-2.7.STABLE9/debian/squid.upstart squid-2.7.STABLE9/debian/squid.upstart --- squid-2.7.STABLE9/debian/squid.upstart +++ squid-2.7.STABLE9/debian/squid.upstart @@ -4,7 +4,7 @@ description "HTTP proxy-cache" author "Chuck Short " -start on (local-filesystem +start on (local-filesystems and net-device-up IFACE!=lo) stop on runlevel[!2345]