diff options
| author | Roy Marples <roy@marples.name> | 2009-01-05 15:52:08 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2009-01-05 15:52:08 +0000 |
| commit | fc7ee2311271864cf9154e8db6812a9048687acb (patch) | |
| tree | ac7707beca6cd8f59c1227d50fe1b02eaa9120c0 /dhcpcd.conf.5.in | |
| parent | c34797620425d65bd74397943924417e3bd97767 (diff) | |
| download | dhcpcd-fc7ee2311271864cf9154e8db6812a9048687acb.tar.xz | |
Improve the nohook documentation.
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 56090c48..629a948a 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 January 1, 2009 +.Dd January 5, 2009 .Dt DHCPCD.CONF 5 SMM .Sh NAME .Nm dhcpcd.conf @@ -127,6 +127,11 @@ Don't install any default routes. Don't run this hook script. Matches full name, or prefixed with 2 numbers optionally ending with .Pa .sh . +.Pp +So to stop +.Nm dhcpcd +from touching your DNS or MTU settings you would do:- +.D1 nohook resolv.conf, mtu .It Ic noipv4ll Don't attempt to obtain an IPv4LL address if we failed to get one via DHCP. See |
