Bug 72400 - rc script for dnsmasq that has no "reload" option.
|
Bug#:
72400
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: enhancement
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: avenj@gentoo.org
|
Reported By: stephane@gorfou.ca
|
|
Component: Ebuilds
|
|
|
URL:
|
|
Summary: rc script for dnsmasq that has no "reload" option.
|
|
Keywords: Inclusion
|
|
Status Whiteboard:
|
|
Opened: 2004-11-24 14:59 0000
|
dnsmasq can receive a SIGHUP to fluch it's cache and reload the config files
while still resolvinf name. The stop/start approach will temporarely leave the
network with no dns server.
Reproducible: Always
Steps to Reproduce:
probably something along the lines of
kill -HUP `cat /var/run/dnsmasq.pid`
is what you are looking for.
Looks weird but this also works
start-stop-daemon --stop -s HUP -p /var/run/dnsmasq.pid
Whoa, ancient bug.. Fixed now, no revision bump since I think most of our
dnsmasq users are capable of using killall -HUP ;)
Sorry about the delay, bug mail tends to get lost