openwrtv3/package/network/services/dnsmasq
Kevin Darbyshire-Bryant 9209f4304b dnsmasq: fix remove pidfile on shutdown regression
Regression introduced by 3481d0d dnsmasq: run as dedicated UID/GID

dnsmasq is unable to remove its own pidfile as /var/run/dnsmasq is owned
by root and now dnsmasq runs as dnsmasq:dnsmasq.  Change directory
ownership to match.

dnsmasq initially starts as root, creates the pidfile, then drops to
requested non-root user.  Until this fix dnsmasq had insufficient
privilege to remove its own pidfile.

Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
2016-09-06 11:26:05 +02:00
..
files dnsmasq: fix remove pidfile on shutdown regression 2016-09-06 11:26:05 +02:00
patches dnsmasq: update to dnsmasq v2.76 2016-05-24 13:30:58 +02:00
Makefile dnsmasq: replace the iface hotplug script with a procd trigger 2016-07-29 16:41:09 +02:00