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 | |
parent | 9701411d21678b6cf40888820eb66556a9e90b38 (diff) | |
download | busybox-w32-920c1e8d6ca1db73366caaaf14abf242f2b851d3.tar.gz busybox-w32-920c1e8d6ca1db73366caaaf14abf242f2b851d3.tar.bz2 busybox-w32-920c1e8d6ca1db73366caaaf14abf242f2b851d3.zip |
another sync to udhcp cvs
Diffstat (limited to 'examples')
-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 | |||
93 | 93 | ||
94 | 94 | ||
95 | # Currently supported options, for more info, see options.c | 95 | # Currently supported options, for more info, see options.c |
96 | #subnet | 96 | #opt subnet |
97 | #timezone | 97 | #opt timezone |
98 | #router | 98 | #opt router |
99 | #timesvr | 99 | #opt timesvr |
100 | #namesvr | 100 | #opt namesvr |
101 | #dns | 101 | #opt dns |
102 | #logsvr | 102 | #opt logsvr |
103 | #cookiesvr | 103 | #opt cookiesvr |
104 | #lprsvr | 104 | #opt lprsvr |
105 | #bootsize | 105 | #opt bootsize |
106 | #domain | 106 | #opt domain |
107 | #swapsvr | 107 | #opt swapsvr |
108 | #rootpath | 108 | #opt rootpath |
109 | #ipttl | 109 | #opt ipttl |
110 | #mtu | 110 | #opt mtu |
111 | #broadcast | 111 | #opt broadcast |
112 | #wins | 112 | #opt wins |
113 | #lease | 113 | #opt lease |
114 | #ntpsrv | 114 | #opt ntpsrv |
115 | #tftp | 115 | #opt tftp |
116 | #bootfile \ No newline at end of file | 116 | #opt bootfile |