diff options
author | Russ Dill <Russ.Dill@asu.edu> | 2002-12-11 21:39:13 +0000 |
---|---|---|
committer | Russ Dill <Russ.Dill@asu.edu> | 2002-12-11 21:39:13 +0000 |
commit | 920c1e8d6ca1db73366caaaf14abf242f2b851d3 (patch) | |
tree | 9af461802230c9f62e4b31d67fb8fdaa70e280d7 /examples/udhcp | |
parent | 9701411d21678b6cf40888820eb66556a9e90b38 (diff) | |
download | busybox-920c1e8d6ca1db73366caaaf14abf242f2b851d3.tar.gz |
another sync to udhcp cvs
Diffstat (limited to 'examples/udhcp')
-rw-r--r-- | examples/udhcp/udhcpd.conf | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/examples/udhcp/udhcpd.conf b/examples/udhcp/udhcpd.conf index 36cb58c3f..2b93e0fae 100644 --- a/examples/udhcp/udhcpd.conf +++ b/examples/udhcp/udhcpd.conf @@ -93,24 +93,24 @@ option lease 864000 # 10 days of seconds # Currently supported options, for more info, see options.c -#subnet -#timezone -#router -#timesvr -#namesvr -#dns -#logsvr -#cookiesvr -#lprsvr -#bootsize -#domain -#swapsvr -#rootpath -#ipttl -#mtu -#broadcast -#wins -#lease -#ntpsrv -#tftp -#bootfile
\ No newline at end of file +#opt subnet +#opt timezone +#opt router +#opt timesvr +#opt namesvr +#opt dns +#opt logsvr +#opt cookiesvr +#opt lprsvr +#opt bootsize +#opt domain +#opt swapsvr +#opt rootpath +#opt ipttl +#opt mtu +#opt broadcast +#opt wins +#opt lease +#opt ntpsrv +#opt tftp +#opt bootfile |