diff options
author | keramida <keramida@FreeBSD.org> | 2002-01-23 13:56:41 +0000 |
---|---|---|
committer | keramida <keramida@FreeBSD.org> | 2002-01-23 13:56:41 +0000 |
commit | 1c07280aca03e7eb979a1ecaa5a15a91da999b6b (patch) | |
tree | 7ae8dbd39ee3ae919c77d991c9afb677a43e8b21 /contrib/isc-dhcp/client | |
parent | 963c88787cb95f7b3d38eb91371fdb17ae59ffcd (diff) | |
download | FreeBSD-src-1c07280aca03e7eb979a1ecaa5a15a91da999b6b.zip FreeBSD-src-1c07280aca03e7eb979a1ecaa5a15a91da999b6b.tar.gz |
dhclient-script.conf lives in /etc and not /sbin.
PR: docs/32008
Submitted by: John E Hein <jhein@timing.com>
Approved by: obrien
Diffstat (limited to 'contrib/isc-dhcp/client')
-rw-r--r-- | contrib/isc-dhcp/client/dhclient-script.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/isc-dhcp/client/dhclient-script.8 b/contrib/isc-dhcp/client/dhclient-script.8 index 78a6db6..0554209 100644 --- a/contrib/isc-dhcp/client/dhclient-script.8 +++ b/contrib/isc-dhcp/client/dhclient-script.8 @@ -61,10 +61,10 @@ No standard client script exists for some operating systems, even though the actual client may work, so a pioneering user may well need to create a new script or modify an existing one. In general, customizations specific to a particular computer should be done in the -.B /sbin/dhclient.conf +.B /etc/dhclient.conf file. If you find that you can't make such a customization without customizing -.B /sbin/dhclient.conf +.B /etc/dhclient.conf or using the enter and exit hooks, please submit a bug report. .SH HOOKS When it starts, the client script first defines a shell function, |