diff options
author | 2012-11-26 17:42:05 +0000 | |
---|---|---|
committer | 2012-11-26 17:42:05 +0000 | |
commit | c212af5704811c2393ea906e7abbd787bc694f6f (patch) | |
tree | f77eb79bb0a547d20e32cd8dcf20bbeff6a1aaa9 | |
parent | Call realpath earlier on the socket directory path rather than on the (diff) | |
download | wireguard-openbsd-c212af5704811c2393ea906e7abbd787bc694f6f.tar.xz wireguard-openbsd-c212af5704811c2393ea906e7abbd787bc694f6f.zip |
The install scripts no longer create hostname.if files with 'dhcp
NONE NONE NONE'. It's just 'dhcp'.
-rw-r--r-- | share/man/man5/hostname.if.5 | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/share/man/man5/hostname.if.5 b/share/man/man5/hostname.if.5 index b07459feca9..801a7d097be 100644 --- a/share/man/man5/hostname.if.5 +++ b/share/man/man5/hostname.if.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hostname.if.5,v 1.56 2011/07/08 01:30:26 deraadt Exp $ +.\" $OpenBSD: hostname.if.5,v 1.57 2012/11/26 17:42:05 krw Exp $ .\" $NetBSD: hosts.5,v 1.4 1994/11/30 19:31:20 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)hosts.5 8.2 (Berkeley) 12/11/93 .\" -.Dd $Mdocdate: July 8 2011 $ +.Dd $Mdocdate: November 26 2012 $ .Dt HOSTNAME.IF 5 .Os .Sh NAME @@ -233,15 +233,6 @@ Miscellaneous options to set on the interface, e.g., .Dq media 100baseTX mediaopt full-duplex . Valid options for a particular interface type can be found in .Xr ifconfig 8 . -The -.Ox -installation script will create -.Nm hostname.if -with options of -.Dq NONE NONE NONE -when DHCP configuration is chosen. -This is the same as specifying just -.Dq dhcp . .El .Pp IPv6 stateless address autoconfiguration: |