Source-Changes-HG archive

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

[src/trunk]: src/distrib/notes/common next68k example ifconfig uses correct d...



details:   https://anonhg.NetBSD.org/src/rev/34f0974b501e
branches:  trunk
changeset: 526409:34f0974b501e
user:      mbw <mbw%NetBSD.org@localhost>
date:      Fri May 03 04:12:02 2002 +0000

description:
next68k example ifconfig uses correct device name (xe)
also, excise mention of X windows for next68k
point to hp300 FAQ regarding X

diffstat:

 distrib/notes/common/postinstall |  18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)

diffs (59 lines):

diff -r 54d5820c4ffb -r 34f0974b501e distrib/notes/common/postinstall
--- a/distrib/notes/common/postinstall  Fri May 03 04:11:19 2002 +0000
+++ b/distrib/notes/common/postinstall  Fri May 03 04:12:02 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: postinstall,v 1.32 2002/04/14 13:12:38 bjh21 Exp $
+.\"    $NetBSD: postinstall,v 1.33 2002/05/03 04:12:02 mbw Exp $
 .\"
 .\" Copyright (c) 1999-2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -156,6 +156,9 @@
 .ie \n[hp300]:\n[pmax]:\n[sparc] \{\
 .Dl                  ifconfig_le0="inet 123.45.67.89 netmask 255.255.255.0"
 .\}
+.el .ie \n[next68k] \{\
+.Dl                  ifconfig_xe0="inet 123.45.67.89 netmask 255.255.255.0"
+.\}
 .el .ie r_macppc .Dl ifconfig_mc0="inet 123.45.67.89 netmask 255.255.255.0"
 .el              .Dl ifconfig_de0="inet 123.45.67.89 netmask 255.255.255.0"
 .Pp
@@ -167,6 +170,9 @@
 .ie \n[hp300]:\n[pmax]:\n[sparc] \{\
 .Dl                  ifconfig_le0="inet myname.my.dom netmask 255.255.255.0"
 .\}
+.el .ie \n[next68k] \{\
+.Dl                  ifconfig_xe0="inet myname.my.dom netmask 255.255.255.0"
+.\}
 .el .ie r_macppc .Dl ifconfig_mc0="inet myname.my.dom netmask 255.255.255.0"
 .el              .Dl ifconfig_de0="inet myname.my.dom netmask 255.255.255.0"
 .Pp
@@ -223,12 +229,21 @@
 directly. See
 .Xr useradd 8
 for more information on how to add a new user to the system.
+.if !\n[next68k] \{\
 .It
 The X Window System
 .Pp
 If you have installed the X Window System, look at the files in
 .Pa /usr/X11R6/lib/X11/doc
 for information.
+.if \n[hp300] \{\
+Also, you may want to read through the 
+.Nx*M
+FAQ entry on X11.
+.br
+.Lk
+http://www.netbsd.org/Ports/faq.html#x11
+.\}
 .if \n[macppc] \{\
 Also, you may want to read through the 
 .Nx*M
@@ -236,6 +251,7 @@
 .br
 .Lk http://www.netbsd.org/Ports/macppc/x11.html
 .\}
+.\} \" ! !\n[next68k]
 .if \n[cats]:\n[i386]:\n[shark] \{\
 .Pp
 You will need to set up a configuration file, see



Home | Main Index | Thread Index | Old Index