diff options
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/var_service/dhcpd_if/run | 4 | ||||
-rw-r--r-- | examples/var_service/dhcpd_if/udhcpd.conf (renamed from examples/var_service/dhcpd_if/udhcpc.conf) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/var_service/dhcpd_if/run b/examples/var_service/dhcpd_if/run index de85dece0..a603bdc71 100755 --- a/examples/var_service/dhcpd_if/run +++ b/examples/var_service/dhcpd_if/run | |||
@@ -11,13 +11,13 @@ echo "* Upping iface $if" | |||
11 | ip link set dev $if up | 11 | ip link set dev $if up |
12 | 12 | ||
13 | >>udhcpd.leases | 13 | >>udhcpd.leases |
14 | sed 's/^interface.*$/interface '"$if/" -i udhcpc.conf | 14 | sed 's/^interface.*$/interface '"$if/" -i udhcpd.conf |
15 | 15 | ||
16 | echo "* Starting udhcpd" | 16 | echo "* Starting udhcpd" |
17 | exec \ | 17 | exec \ |
18 | env - PATH="$PATH" \ | 18 | env - PATH="$PATH" \ |
19 | softlimit \ | 19 | softlimit \ |
20 | setuidgid root \ | 20 | setuidgid root \ |
21 | udhcpd -f -vv udhcpc.conf | 21 | udhcpd -f -vv udhcpd.conf |
22 | 22 | ||
23 | exit $? | 23 | exit $? |
diff --git a/examples/var_service/dhcpd_if/udhcpc.conf b/examples/var_service/dhcpd_if/udhcpd.conf index a81925970..a81925970 100644 --- a/examples/var_service/dhcpd_if/udhcpc.conf +++ b/examples/var_service/dhcpd_if/udhcpd.conf | |||