aboutsummaryrefslogtreecommitdiff
path: root/examples/udhcp
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-03-15 08:29:22 +0000
committerEric Andersen <andersen@codepoet.org>2004-03-15 08:29:22 +0000
commitc7bda1ce659294d6e22c06e087f6f265983c7578 (patch)
tree4c6d2217f4d8306c59cf1096f8664e1cfd167213 /examples/udhcp
parent8854004b41065b3d081af7f3df13a100b0c8bfbe (diff)
downloadbusybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.tar.gz
busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.tar.bz2
busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.zip
Remove trailing whitespace. Update copyright to include 2004.
Diffstat (limited to 'examples/udhcp')
-rw-r--r--examples/udhcp/udhcpd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/udhcp/udhcpd.conf b/examples/udhcp/udhcpd.conf
index 2b93e0fae..00105b3e5 100644
--- a/examples/udhcp/udhcpd.conf
+++ b/examples/udhcp/udhcpd.conf
@@ -33,7 +33,7 @@ interface eth0 #default: eth0
33#auto_time 7200 #default: 7200 (2 hours) 33#auto_time 7200 #default: 7200 (2 hours)
34 34
35 35
36# The amount of time that an IP will be reserved (leased) for if a 36# The amount of time that an IP will be reserved (leased) for if a
37# DHCP decline message is received (seconds). 37# DHCP decline message is received (seconds).
38 38
39#decline_time 3600 #default: 3600 (1 hour) 39#decline_time 3600 #default: 3600 (1 hour)