summaryrefslogtreecommitdiff
authorDenys Vlasenko <vda.linux@googlemail.com>2011-05-04 19:17:23 (GMT)
committer Denys Vlasenko <vda.linux@googlemail.com>2011-05-04 19:17:23 (GMT)
commit14b162f9ab2c34cf5ffc9f5c8e9f90d58e8445eb (patch)
treedc42e844bb925123a91a14d0e5785acf321eebd6
parent9180c6045e8b2465b3e18a22eb08ee8438ae8544 (diff)
downloadbusybox-14b162f9ab2c34cf5ffc9f5c8e9f90d58e8445eb.zip
busybox-14b162f9ab2c34cf5ffc9f5c8e9f90d58e8445eb.tar.gz
busybox-14b162f9ab2c34cf5ffc9f5c8e9f90d58e8445eb.tar.bz2
tweak examples/udhcp/udhcpd.conf
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat
-rw-r--r--examples/udhcp/udhcpd.conf14
1 files changed, 7 insertions, 7 deletions
diff --git a/examples/udhcp/udhcpd.conf b/examples/udhcp/udhcpd.conf
index 43b49df..cd2957c 100644
--- a/examples/udhcp/udhcpd.conf
+++ b/examples/udhcp/udhcpd.conf
@@ -14,11 +14,6 @@ interface eth0
# smaller than lease block.
#max_leases 254
-# The time period at which udhcpd will write out a dhcpd.leases
-# file. If this is 0, udhcpd will never automatically write a
-# lease file. Specified in seconds.
-#auto_time 7200
-
# The amount of time that an IP will be reserved (leased to nobody)
# if a DHCP decline message is received (seconds)
#decline_time 3600
@@ -34,11 +29,16 @@ interface eth0
# to this value (seconds)
#min_lease 60
+# The location of the pid file
+#pidfile /var/run/udhcpd.pid
+
# The location of the leases file
#lease_file /var/lib/misc/udhcpd.leases
-# The location of the pid file
-#pidfile /var/run/udhcpd.pid
+# The time period at which udhcpd will write out leases file.
+# If this is 0, udhcpd will never automatically write leases file.
+# Specified in seconds.
+#auto_time 7200
# Every time udhcpd writes a leases file, the below script will be called
#notify_file # default: no script