|
Description
|
The dhcpconfig usage message is incorrect for the -P option, it says:
-P Configure DHCP server options. Sub-options:
[-k (option)]
[-v (value)]
The man page shows the correct usage:
-P Configure the DHCP service parameters. Each parameter
and value are specified by the following pattern:
parameter[=value],...
Where parameter and value are:
parameter
One of the DHCP service parameters listed in
dhcpsvc.conf(4). If the corresponding value is
not specified, the current parameter value is
displayed. If parameter is not specified, all
parameters and current values are displayed.
value Optional string to set the servers parameter to
if the value is acceptable. If the value is
missing or is empty (""), the parameter and its
current value are deleted.
After a parameter has changed the DHCP server
requires re-starting before you can use new parameter
values.
This bug qualifies as oss-bite-size
xxxxx@xxxxx.com 2005-06-27 19:22:09 GMT
|