Source-Changes-HG archive

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

[src/netbsd-1-5]: src/share/man/man5 Pull up revision 1.42 (requested by itoj...



details:   https://anonhg.NetBSD.org/src/rev/df80c3b2ef09
branches:  netbsd-1-5
changeset: 491596:df80c3b2ef09
user:      he <he%NetBSD.org@localhost>
date:      Wed May 02 22:51:58 2001 +0000

description:
Pull up revision 1.42 (requested by itojun):
  Add support for "!" and "#" syntax in /etc/ifconfig.*.

diffstat:

 share/man/man5/rc.conf.5 |  13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

diffs (42 lines):

diff -r 32890a42e2e1 -r df80c3b2ef09 share/man/man5/rc.conf.5
--- a/share/man/man5/rc.conf.5  Wed May 02 22:51:40 2001 +0000
+++ b/share/man/man5/rc.conf.5  Wed May 02 22:51:58 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: rc.conf.5,v 1.32.2.5 2001/04/26 09:34:43 he Exp $
+.\"    $NetBSD: rc.conf.5,v 1.32.2.6 2001/05/02 22:51:58 he Exp $
 .\"
 .\" Copyright (c) 1996 Matthew R. Green
 .\" Copyright (c) 1997 Curt J. Sampson
@@ -255,17 +255,21 @@
 do not have an ifconfig file or variable.
 .It Sy net_interfaces
 The list of network interfaces to be configured at boot time.
-For each interface "xxn", the system first looks for ifconfig
+For each interface "xxN", the system first looks for ifconfig
 parameters in
-.Pa /etc/ifconfig.xxn
+.Pa /etc/ifconfig.xxN
 and then in the variable
-.Sy ifconfig_xxn .
+.Sy ifconfig_xxN .
 The contents of the file or the variable are handed to ifconfig
 after the interface name.
 If
 .Sy auto_ifconfig
 is set to "NO" and neither the file nor the variable is found,
 a warning is printed.
+Refer to
+.Xr ifconfig.if 5
+for more details on
+.Pa /etc/ifconfig.xxN .
 .It Sy ifaliases_*
 List of
 .Sq Ar "address netmask"
@@ -884,6 +888,7 @@
 .Sh FILES
 .Pa /etc/rc.conf
 .Sh SEE ALSO
+.Xr ifconfig.if 5 ,
 .Xr boot 8 ,
 .Xr rc 8 ,
 .Xr sysctl 8



Home | Main Index | Thread Index | Old Index