Bug#628003: Improved script

2011-06-02 Thread Simon Kelley
Thomas Hood wrote: Sorry to bother you about this again, but it occurs to me now that this would be even better: #!/bin/sh # Resolvconf packaging event hook script for the dnsmasq package case $1 in install) invoke-rc.d dnsmasq restart ;; esac That is, instead of restarting

Bug#628003: Improved script

2011-06-01 Thread Thomas Hood
Sorry to bother you about this again, but it occurs to me now that this would be even better: #!/bin/sh # Resolvconf packaging event hook script for the dnsmasq package case $1 in install) invoke-rc.d dnsmasq restart ;; esac That is, instead of restarting dnsmasq on removal of resolvconf, do