Module Name:    src
Committed By:   roy
Date:           Thu Dec 18 17:10:42 UTC 2014

Modified Files:
        src/share/man/man5: ifconfig.if.5

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


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/share/man/man5/ifconfig.if.5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man5/ifconfig.if.5
diff -u src/share/man/man5/ifconfig.if.5:1.16 src/share/man/man5/ifconfig.if.5:1.17
--- src/share/man/man5/ifconfig.if.5:1.16	Tue Oct  2 09:18:59 2012
+++ src/share/man/man5/ifconfig.if.5	Thu Dec 18 17:10:42 2014
@@ -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::1 prefixlen 64 alias
 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

Reply via email to