Comment 12 for bug 561750

Revision history for this message
Dominik (domfi) wrote :

It seems, that this is not fixed in 10.04. We need this fixed in LTS.

# dpkg -l |grep squid
ii squid 2.7.STABLE7-1ubuntu12.2 Internet object cache (WWW proxy cache)
ii squid-common 2.7.STABLE7-1ubuntu12.2 Internet object cache (WWW proxy cache) - comm
ii squid-langpack 20100111-1 Localized error pages for Squid

# cat /etc/resolvconf/update-libc.d/squid
#!/bin/sh

PATH="/usr/sbin:/usr/bin:/sbin:/bin"

# Make squid aware of changes to resolv.conf
if status squid | grep "start/running" > /dev/null; then
 restart squid
fi