Source-Changes-HG archive

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

[src/trunk]: src/distrib/vax Fix a new nits. we never the dev entries for cd...



details:   https://anonhg.NetBSD.org/src/rev/88e2031a5375
branches:  trunk
changeset: 486535:88e2031a5375
user:      matt <matt%NetBSD.org@localhost>
date:      Wed May 24 23:20:46 2000 +0000

description:
Fix a new nits.  we never the dev entries for cd0 or cd1.  opps.  be
consistent with terminal types.

diffstat:

 distrib/vax/install.md   |  6 +++---
 distrib/vax/ramdisk/list |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (38 lines):

diff -r 740f172d1d06 -r 88e2031a5375 distrib/vax/install.md
--- a/distrib/vax/install.md    Wed May 24 22:26:35 2000 +0000
+++ b/distrib/vax/install.md    Wed May 24 23:20:46 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: install.md,v 1.1 2000/05/18 02:12:44 matt Exp $
+#      $NetBSD: install.md,v 1.2 2000/05/24 23:20:46 matt Exp $
 #
 #
 # Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -54,8 +54,8 @@
        if [ ! -z "$TERM" ]; then
                return
        fi
-       echo -n "Specify terminal type [vt220]: "
-       getresp "vt220"
+       echo -n "Specify terminal type [vt100]: "
+       getresp "vt100"
        TERM="$resp"
        export TERM
 }
diff -r 740f172d1d06 -r 88e2031a5375 distrib/vax/ramdisk/list
--- a/distrib/vax/ramdisk/list  Wed May 24 22:26:35 2000 +0000
+++ b/distrib/vax/ramdisk/list  Wed May 24 23:20:46 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.6 2000/05/18 02:12:45 matt Exp $
+#      $NetBSD: list,v 1.7 2000/05/24 23:20:47 matt Exp $
 
 # Do this first in case spwd.db and pwd.db fill disk
 COPY   ${CURDIR}/../../../etc/master.passwd    etc/master.passwd
@@ -9,7 +9,7 @@
 # copy the MAKEDEV script and make some devices
 COPY   ${CURDIR}/../../../etc/etc.vax/MAKEDEV  dev/MAKEDEV
 SPECIAL        cd dev; sh MAKEDEV std mt0 st0 rd0 rd1 dz0 dl0 dhu0 rx0
-SPECIAL        cd dev; sh MAKEDEV ra0 ra1 hp0 hp1 sd0 sd1 sd2 md0 pty0
+SPECIAL        cd dev; sh MAKEDEV ra0 ra1 hp0 hp1 sd0 sd1 sd2 md0 pty0 cd0 cd1
 SPECIAL        /bin/rm dev/MAKEDEV
 
 # copy the crunched binary, link to it, and kill it



Home | Main Index | Thread Index | Old Index