Hi,
I also have this problem, which I partly resolved by hooking wwwoffle into
dhclient, specifically:

$ cat /etc/dhclient-exit-hooks
if [ x$reason = xBOUND ] || [ x$reason = xRENEW ] || \
   [ x$reason = xREBIND ] || [ x$reason = xREBOOT ]; then

   /etc/init.d/wwwoffle restart
fi

the correctly solution would be to hook wwwoffle into resolvconf (e.g. install a
/etc/resolvconf/update.d/wwwoffle file, reloading wwwoffle)

filippo
--
Filippo Giunchedi - http://esaurito.net
PGP key: 0x6B79D401
random quote follows:

I never forget a face, but in your case I'll be glad to make an exception.
-- Groucho Marx

Attachment: signature.asc
Description: Digital signature

Reply via email to