diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-12-25 15:32:56 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-12-25 15:32:56 +0000 |
commit | 1d61416b5a66c1123443f00fdf8ba452290a72aa (patch) | |
tree | b572094642105dd06c69947a0ea9039e8ec09a69 /examples/udhcp/udhcpd.conf | |
parent | 08137c28c42ad33a2b6bbe781d7d2649425f4687 (diff) | |
download | busybox-w32-1d61416b5a66c1123443f00fdf8ba452290a72aa.tar.gz busybox-w32-1d61416b5a66c1123443f00fdf8ba452290a72aa.tar.bz2 busybox-w32-1d61416b5a66c1123443f00fdf8ba452290a72aa.zip |
sync examples to what actual actual code expects
Diffstat (limited to 'examples/udhcp/udhcpd.conf')
-rw-r--r-- | examples/udhcp/udhcpd.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/examples/udhcp/udhcpd.conf b/examples/udhcp/udhcpd.conf index 763a1217b..8c9a96840 100644 --- a/examples/udhcp/udhcpd.conf +++ b/examples/udhcp/udhcpd.conf | |||
@@ -96,15 +96,15 @@ option lease 864000 # 10 days of seconds | |||
96 | #opt subnet | 96 | #opt subnet |
97 | #opt timezone | 97 | #opt timezone |
98 | #opt router | 98 | #opt router |
99 | #opt timesvr | 99 | #opt timesrv |
100 | #opt namesvr | 100 | #opt namesrv |
101 | #opt dns | 101 | #opt dns |
102 | #opt logsvr | 102 | #opt logsrv |
103 | #opt cookiesvr | 103 | #opt cookiesrv |
104 | #opt lprsvr | 104 | #opt lprsrv |
105 | #opt bootsize | 105 | #opt bootsize |
106 | #opt domain | 106 | #opt domain |
107 | #opt swapsvr | 107 | #opt swapsrv |
108 | #opt rootpath | 108 | #opt rootpath |
109 | #opt ipttl | 109 | #opt ipttl |
110 | #opt mtu | 110 | #opt mtu |