Source-Changes-HG archive

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

[src/netbsd-1-6]: src/distrib/notes/common Pull up revision 1.43 (requested b...



details:   https://anonhg.NetBSD.org/src/rev/659af5f0ff64
branches:  netbsd-1-6
changeset: 528566:659af5f0ff64
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Jul 22 17:16:07 2002 +0000

description:
Pull up revision 1.43 (requested by lukem):
- define "termtype" string (based on \n[MACHINE] and use appropriately)
- consistently use \n[MACHINE] instead of r_MACHINE

diffstat:

 distrib/notes/common/postinstall |  35 +++++++++++++++++++----------------
 1 files changed, 19 insertions(+), 16 deletions(-)

diffs (73 lines):

diff -r 1dd057a0ae51 -r 659af5f0ff64 distrib/notes/common/postinstall
--- a/distrib/notes/common/postinstall  Mon Jul 22 17:12:49 2002 +0000
+++ b/distrib/notes/common/postinstall  Mon Jul 22 17:16:07 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: postinstall,v 1.33.2.9 2002/07/22 05:24:42 lukem Exp $
+.\"    $NetBSD: postinstall,v 1.33.2.10 2002/07/22 17:16:07 lukem Exp $
 .\"
 .\" Copyright (c) 1999-2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -56,32 +56,40 @@
 .Pa /bin/sh
 prompt.
 If you are asked for a terminal type, respond with
-.ie r_hp300 \{\
-.Ic hp300h
+.
+.ds termtype vt220
+.
+.ie \n[hp300] \{\
+.ds termtype hp300h
+.Ic \*[termtype]
 for a local console, or whatever is appropriate for your serial console.
 .\}
 .el \{\
-.ie r_macppc \{\
-.Ic vt100
+.ie \n[macppc] \{\
+.ds termtype vt100
+.Ic \*[termtype]
 (or whatever is appropriate for your terminal type)
 .\}
 .el \{\
-.ie r_pmax \{\
+.ie \n[pmax] \{\
+.ds termtype termtype
 the correct terminal type as discussed in the
 .Sx Once you've booted the diskimage
 section.
 .\}
 .el \{\
-.ie r_sparc \{\
-.Ic sun
+.ie \n[sparc] \{\
+.ds termtype sun
+.Ic \*[termtype]
 for a local console, or whatever is appropriate for your serial
 console (some systems display garbage with a
-.Ic sun
+.Ic \*[termtype]
 terminal type, you may need to use
 .Ic sun-ss5 )
+.ds termtype sun
 .\}
 .el \{\
-.Ic vt220
+.Ic \*[termtype]
 (or whatever is appropriate for your terminal type)
 .\}
 .\}
@@ -127,12 +135,7 @@
 Do the following:
 .Pp
 .Dl # Ic "mount /usr"
-.       ie r_hp300   .Dl # Ic "export TERM=hp300h"
-.el \{ .ie r_macppc  .Dl # Ic "export TERM=vt100"
-.el \{ .ie r_pmax    .Dl # Ic "export TERM=termtype"
-.el \{ .ie r_sparc   .Dl # Ic "export TERM=sun"
-.el \{               .Dl # Ic "export TERM=vt220"
-\}\}\}\}
+.Dl # Ic "export TERM=\*[termtype]"
 .Pp
 If you have
 .Pa /var



Home | Main Index | Thread Index | Old Index