diff options
author | Denis Vlasenko | 2007-12-25 15:32:56 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-12-25 15:32:56 +0000 |
commit | 1d61416b5a66c1123443f00fdf8ba452290a72aa (patch) | |
tree | b572094642105dd06c69947a0ea9039e8ec09a69 /examples/udhcp | |
parent | 08137c28c42ad33a2b6bbe781d7d2649425f4687 (diff) | |
download | busybox-1d61416b5a66c1123443f00fdf8ba452290a72aa.zip busybox-1d61416b5a66c1123443f00fdf8ba452290a72aa.tar.gz |
sync examples to what actual actual code expects
Diffstat (limited to 'examples/udhcp')
-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 763a121..8c9a968 100644 --- a/examples/udhcp/udhcpd.conf +++ b/examples/udhcp/udhcpd.conf @@ -96,15 +96,15 @@ option lease 864000 # 10 days of seconds #opt subnet #opt timezone #opt router -#opt timesvr -#opt namesvr +#opt timesrv +#opt namesrv #opt dns -#opt logsvr -#opt cookiesvr -#opt lprsvr +#opt logsrv +#opt cookiesrv +#opt lprsrv #opt bootsize #opt domain -#opt swapsvr +#opt swapsrv #opt rootpath #opt ipttl #opt mtu |