aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/odhcpd/files/odhcpd-update
Commit message (Collapse)AuthorAgeFilesLines
* odhcpd: remove bogus IPKG_INSTROOT referenceKevin Darbyshire-Bryant2020-06-111-1/+1
| | | | | | | | | IPKG_INSTROOT is only set under image builder and we won't be running this script at build time either, so remove the reference before it gets cargo-culted into other scripts. Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> Acked-by: Hans Dedecker <dedeckeh@gmail.com>
* odhcpd: Use procd_send_signal in odhcpd-update fileHans Dedecker2016-12-211-5/+3
| | | | | | | | Let dnsmasq reread the leasefile by using procd_send_signal which triggers procd to send SIGHUP kill signal by default if signal is not specified Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* odhcpd: Fix dnsmasq re-reading hostfileHans Dedecker2016-12-131-1/+4
| | | | | | | | | Depending on the dhcp uci config pidof dnsmasq can return multiple pids. Fix re-reading of the hostfile by dnsmasq in such case by sending SIGHUP signal to each of the returned pids. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* odhcpd: several bugfixes and improved integrationSteven Barth2014-01-171-1/+3
| | | | SVN-Revision: 39308
* odhcpd: add new experimental dhcp-serverSteven Barth2013-10-161-0/+3
SVN-Revision: 38428