diff options
| author | Roy Marples <roy@marples.name> | 2008-05-20 12:23:29 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-05-20 12:23:29 +0000 |
| commit | 0aeb350cfa645e333dbbc353064408e81ba8c93c (patch) | |
| tree | 90d928d7d2776c2de02e7800a4149ac9dfedebd3 /dhcpcd.conf.5.in | |
| parent | c61c4118d8a688f26a9bd53b061090aca5e45f66 (diff) | |
| download | dhcpcd-0aeb350cfa645e333dbbc353064408e81ba8c93c.tar.xz | |
Install dhcpcd.sh and hooks into /libexec by default. dhcpcd.conf, dhcpcd.duid and dhcpcd.hook are now in /etc.
Diffstat (limited to 'dhcpcd.conf.5.in')
| -rw-r--r-- | dhcpcd.conf.5.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/dhcpcd.conf.5.in b/dhcpcd.conf.5.in index 53f8ea13..93c099dc 100644 --- a/dhcpcd.conf.5.in +++ b/dhcpcd.conf.5.in @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd May 12, 2008 +.Dd May 20, 2008 .Dt DHCPCD.CONF 5 SMM .Sh NAME .Nm dhcpcd.conf @@ -95,6 +95,11 @@ from the server. It can be a variable to be used in .Xr dhcpcd.sh 8 or the numerical value. You can specify more seperated by commas, spaces or more option lines. +.It Ic script Ar script +Use +.Ar script +instead of the default +.Pa @SCRIPT@ . .It Ic timeout Ar seconds The default timeout for waiting for a DHCP response is 20 seconds which may be too long or too short and can be changed here. |
