Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man5 Remove redundant configuration snippet for dh...



details:   https://anonhg.NetBSD.org/src/rev/b95bffb8414b
branches:  trunk
changeset: 334966:b95bffb8414b
user:      roy <roy%NetBSD.org@localhost>
date:      Thu Dec 18 17:10:42 2014 +0000

description:
Remove redundant configuration snippet for dhclient and rtsol as dhcpcd will happily supply both needs.

diffstat:

 share/man/man5/ifconfig.if.5 |  16 ++--------------
 1 files changed, 2 insertions(+), 14 deletions(-)

diffs (37 lines):

diff -r 10d15fff98dc -r b95bffb8414b share/man/man5/ifconfig.if.5
--- a/share/man/man5/ifconfig.if.5      Thu Dec 18 10:08:52 2014 +0000
+++ b/share/man/man5/ifconfig.if.5      Thu Dec 18 17:10:42 2014 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ifconfig.if.5,v 1.16 2012/10/02 09:18:59 roy Exp $
+.\"    $NetBSD: ifconfig.if.5,v 1.17 2014/12/18 17:10:42 roy Exp $
 .\"
 .\" Copyright (c) 1996 Matthew R. Green
 .\" All rights reserved.
@@ -24,7 +24,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd October 2, 2012
+.Dd December 18 2014
 .Dt IFCONFIG.IF 5
 .Os
 .Sh NAME
@@ -119,18 +119,6 @@
 inet6 2001:db8:: prefixlen 64 alias anycast
 .Ed
 .Pp
-The following illustrates dynamic configuration setup with
-.Xr dhclient 8
-and
-.Xr rtsol 8 :
-.Bd -literal -offset indent
-up
-# autoconfigure IPv4 address
-!dhclient $int
-# autoconfigure IPv6 address.  Be sure to set $ip6mode to autohost.
-!rtsol $int
-.Ed
-.Pp
 The following example sets a network name for a wireless interface
 (using quotes to protect special characters in the name),
 and starts



Home | Main Index | Thread Index | Old Index