Thomas Hood wrote: > Package: dnsmasq > Severity: wishlist > > Please add the hook script /etc/resolvconf/packaging-event.d/dnsmasq. > > The purpose this script is to cause dnsmasq to take notice of > the installation or removal of the resolvconf package. If resolvconf > has been installed, for example, then dnsmasq should register its > IP address with resolvconf. > > See below for an except from resolvconf's README file giving > general information about resolvconf packaging-event hook scripts. > > For dnsmasq the following script should suffice. > > #!/bin/sh > # Resolvconf packaging event hook script for the dnsmasq package > case "$1" in > install|remove) invoke-rc.d foo restart ;; > esac >
should /etc/resolvconf/packaging-event.d/dnsmasq be a conffile? /etc/resolvconf/update.d/dnsmasq is. Simon. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

