diff options
author | Steven Barth <steven@midlink.org> | 2013-10-16 09:03:55 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2013-10-16 09:03:55 +0000 |
commit | 7ba0aa8dcf19606337d124e25c068c36a6122df3 (patch) | |
tree | ebe0c379b0ae1d4fccfbf491c3c39035a0283387 /package/network/services/odhcpd/files/odhcpd-update | |
parent | 0bd702e1cb76adc0f3b1e5d4795ea3ea1519b176 (diff) | |
download | master-187ad058-7ba0aa8dcf19606337d124e25c068c36a6122df3.tar.gz master-187ad058-7ba0aa8dcf19606337d124e25c068c36a6122df3.tar.bz2 master-187ad058-7ba0aa8dcf19606337d124e25c068c36a6122df3.zip |
odhcpd: add new experimental dhcp-server
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38428 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/services/odhcpd/files/odhcpd-update')
-rwxr-xr-x | package/network/services/odhcpd/files/odhcpd-update | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/network/services/odhcpd/files/odhcpd-update b/package/network/services/odhcpd/files/odhcpd-update new file mode 100755 index 0000000000..20980f2228 --- /dev/null +++ b/package/network/services/odhcpd/files/odhcpd-update @@ -0,0 +1,3 @@ +#!/bin/sh +# Make dnsmasq reread hostfile +killall -SIGHUP dnsmasq |