diff options
| author | Roy Marples <roy@marples.name> | 2008-05-20 16:05:15 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-05-20 16:05:15 +0000 |
| commit | 37156a6b53681b9ab70482b15358e0a86a08c74d (patch) | |
| tree | f4adf7b5714d7f1057b16e11507c59dbf49997ce /dhcpcd.conf.5.in | |
| parent | 5f81be76fc605333ef92ecde09b093b1ebe5bd4d (diff) | |
| download | dhcpcd-37156a6b53681b9ab70482b15358e0a86a08c74d.tar.xz | |
Add a -C, --nohook option to skip the running of hook scripts. Makes it easier to just not do any configuring of resolv.conf
Diffstat (limited to 'dhcpcd.conf.5.in')
| -rw-r--r-- | dhcpcd.conf.5.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dhcpcd.conf.5.in b/dhcpcd.conf.5.in index f5512230..8642a00a 100644 --- a/dhcpcd.conf.5.in +++ b/dhcpcd.conf.5.in @@ -86,6 +86,13 @@ Don't send any ARP requests. This also disables IPv4LL. .It Ic nogateway Don't install any default routes. +.It Ic nohook Ar script +Don't run this hook script. +Matches full name, or prefixed with 2 numbers optionally ending with .sh. +Example for not running the hook script to configure +.Pa /etc/resolv.conf :- +.Nm dhcpcd +-C resolv.conf .It Ic noipv4ll Don't attempt to obtain an IPv4LL address if we failed to get one via DHCP. See |
