Source-Changes-HG archive

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

[src/trunk]: src/etc Add a comment about the ifconfig_xxN variables.



details:   https://anonhg.NetBSD.org/src/rev/48268b45268e
branches:  trunk
changeset: 479831:48268b45268e
user:      augustss <augustss%NetBSD.org@localhost>
date:      Wed Dec 22 22:55:49 1999 +0000

description:
Add a comment about the ifconfig_xxN variables.

diffstat:

 etc/rc.conf |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 31678ea59b63 -r 48268b45268e etc/rc.conf
--- a/etc/rc.conf       Wed Dec 22 22:10:07 1999 +0000
+++ b/etc/rc.conf       Wed Dec 22 22:55:49 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: rc.conf,v 1.64 1999/12/20 15:12:23 itojun Exp $
+#      $NetBSD: rc.conf,v 1.65 1999/12/22 22:55:49 augustss Exp $
 #
 # see rc.conf(5) for more information.
 
@@ -52,6 +52,11 @@
 # action is taken (see init(8)).
 securelevel=""                                 # securelevel to set to 
 
+# To set the IP address of an interface either use
+# ifconfig_xxN="IP-NO"
+# where xxN is the interface.  The this variable is not set the
+# contents of the file /etc/ifconfig.xxN is used.
+
 # Networking startup
 ipfilter=NO                                    # uses /etc/ipf.conf
 ipnat=NO                                       # uses /etc/ipnat.conf



Home | Main Index | Thread Index | Old Index