Source-Changes-HG archive

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

[src/netbsd-1-5]: src/distrib/x68k/floppies/ramdisk.sysinst Pull up revision ...



details:   https://anonhg.NetBSD.org/src/rev/455f0b4a5a75
branches:  netbsd-1-5
changeset: 491047:455f0b4a5a75
user:      he <he%NetBSD.org@localhost>
date:      Sun Apr 01 17:01:28 2001 +0000

description:
Pull up revision 1.8 (requested by minoura):
  Correct typo.

diffstat:

 distrib/x68k/floppies/ramdisk.sysinst/dot.profile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 001fba6acea5 -r 455f0b4a5a75 distrib/x68k/floppies/ramdisk.sysinst/dot.profile
--- a/distrib/x68k/floppies/ramdisk.sysinst/dot.profile Sun Apr 01 16:59:35 2001 +0000
+++ b/distrib/x68k/floppies/ramdisk.sysinst/dot.profile Sun Apr 01 17:01:28 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: dot.profile,v 1.5.2.2 2000/12/15 05:32:42 he Exp $
+# $NetBSD: dot.profile,v 1.5.2.3 2001/04/01 17:01:28 he Exp $
 #
 # Copyright (c) 1997 Perry E. Metzger
 # Copyright (c) 1994 Christopher G. Demetriou
@@ -59,7 +59,7 @@
 
        # mount the miniroot read write
        # our miniroot can be either on ramdisk or on floppy.
-       for $ROOTDEV in $ROOTDEVS; do
+       for ROOTDEV in $ROOTDEVS; do
                ( mount -u $ROOTDEV / > /dev/null 2>&1 ) && break
        done
 



Home | Main Index | Thread Index | Old Index