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.8.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.8.in')
| -rw-r--r-- | dhcpcd.8.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dhcpcd.8.in b/dhcpcd.8.in index d3a30fa1..c77827b4 100644 --- a/dhcpcd.8.in +++ b/dhcpcd.8.in @@ -102,7 +102,7 @@ can use the option. .Ss Hooking into DHCP events .Nm -will run @SYSCONFDIR@/dhcpcd.sh, or the script specified by the +will run @SCRIPT@, or the script specified by the .Fl c , -script option. This script will configure .Pa /etc/resolv.conf @@ -172,7 +172,7 @@ different interfaces, the lower the metric the more it is preferred. Request the DHCP .Ar option variable for use in -.Pa @SYSCONFDIR@/dhcpcd.sh . +.Pa @SCRIPT@ . .It Fl n , -renew Notifies an existing .Nm @@ -271,7 +271,7 @@ Don't request the specified option. If no option given, then don't request any options other than those to configure the interface and routing. .It Fl T, -test On receipt of discover messages we just call -.Pa @SYSCONFDIR@/dhcpcd.sh +.Pa @SCRIPT@ with the reason of TEST which echo's the DHCP variables found in the message to the console. The interface configuration isn't touched and neither are any configuration files. @@ -285,7 +285,7 @@ requires a Berkley Packet Filter, or BPF device on BSD based systems and a Linux Socket Filter, or LPF device on Linux based systems. .Sh FILES .Bl -ohang -.It Pa @SYSCONFDIR@/dhcpcd.sh +.It Pa @SCRIPT@ Bourne shell script that is run when we configure or deconfigure an interface. .It Pa @SYSCONFDIR@/dhcpcd.duid Text file that holds the DUID used to identify the host. |
