diff options
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/udhcp/sample.bound | 2 | ||||
-rwxr-xr-x | examples/udhcp/sample.renew | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/udhcp/sample.bound b/examples/udhcp/sample.bound index 2a95d8b..bd3569c 100755 --- a/examples/udhcp/sample.bound +++ b/examples/udhcp/sample.bound @@ -28,4 +28,4 @@ for i in $dns do echo adding dns $i echo nameserver $i >> $RESOLV_CONF -done
\ No newline at end of file +done diff --git a/examples/udhcp/sample.renew b/examples/udhcp/sample.renew index 842bafe..ea368fc 100755 --- a/examples/udhcp/sample.renew +++ b/examples/udhcp/sample.renew @@ -28,4 +28,4 @@ for i in $dns do echo adding dns $i echo nameserver $i >> $RESOLV_CONF -done
\ No newline at end of file +done |