Source-Changes-HG archive

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

[src/trunk]: src/distrib/x68k/floppies/ramdisk.sysinst Missing ;;.



details:   https://anonhg.NetBSD.org/src/rev/aaf0bd229672
branches:  trunk
changeset: 494248:aaf0bd229672
user:      minoura <minoura%NetBSD.org@localhost>
date:      Tue Jul 04 14:07:43 2000 +0000

description:
Missing ;;.

diffstat:

 distrib/x68k/floppies/ramdisk.sysinst/installboot.sh |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r aa184f4de94d -r aaf0bd229672 distrib/x68k/floppies/ramdisk.sysinst/installboot.sh
--- a/distrib/x68k/floppies/ramdisk.sysinst/installboot.sh      Tue Jul 04 14:05:34 2000 +0000
+++ b/distrib/x68k/floppies/ramdisk.sysinst/installboot.sh      Tue Jul 04 14:07:43 2000 +0000
@@ -6,7 +6,7 @@
 #      requires /bin/sh /bin/dd (x_dd) /bin/mkdir /bin/rm /bin/test
 #               /sbin/disklabel
 #
-#      $NetBSD: installboot.sh,v 1.3 2000/06/18 10:33:20 minoura Exp $
+#      $NetBSD: installboot.sh,v 1.4 2000/07/04 14:07:43 minoura Exp $
 #
 #
 #    originally from:
@@ -72,6 +72,7 @@
                /dev/rfd??)     # floppies---check disklabel later
                        echo "$rootdev: floppies are not supported!"
                        exit 1
+                       ;;
                /dev/r*[a-h])   # SCSI disks
                        $verbose && echo "checking partition type..."
                        rawdev="`echo \"$rootdev\" | sed 's/.$/'$rawpart'/'`"



Home | Main Index | Thread Index | Old Index