aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xexamples/udhcp/sample.bound2
-rwxr-xr-xexamples/udhcp/sample.renew2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/udhcp/sample.bound b/examples/udhcp/sample.bound
index 2a95d8b7d..bd3569c77 100755
--- a/examples/udhcp/sample.bound
+++ b/examples/udhcp/sample.bound
@@ -28,4 +28,4 @@ for i in $dns
28do 28do
29 echo adding dns $i 29 echo adding dns $i
30 echo nameserver $i >> $RESOLV_CONF 30 echo nameserver $i >> $RESOLV_CONF
31done \ No newline at end of file 31done
diff --git a/examples/udhcp/sample.renew b/examples/udhcp/sample.renew
index 842bafe91..ea368fc9e 100755
--- a/examples/udhcp/sample.renew
+++ b/examples/udhcp/sample.renew
@@ -28,4 +28,4 @@ for i in $dns
28do 28do
29 echo adding dns $i 29 echo adding dns $i
30 echo nameserver $i >> $RESOLV_CONF 30 echo nameserver $i >> $RESOLV_CONF
31done \ No newline at end of file 31done