Source-Changes-HG archive

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

[src/netbsd-1-4]: src/distrib/x68k/floppies/ramdisk pullup 1.7->1.8 (minoura)



details:   https://anonhg.NetBSD.org/src/rev/e691a42c8b1b
branches:  netbsd-1-4
changeset: 468765:e691a42c8b1b
user:      perry <perry%NetBSD.org@localhost>
date:      Mon Jun 21 13:52:54 1999 +0000

description:
pullup 1.7->1.8 (minoura)

diffstat:

 distrib/x68k/floppies/ramdisk/upgrade.tmpl |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (23 lines):

diff -r e54ec3d51a0f -r e691a42c8b1b distrib/x68k/floppies/ramdisk/upgrade.tmpl
--- a/distrib/x68k/floppies/ramdisk/upgrade.tmpl        Mon Jun 21 13:51:18 1999 +0000
+++ b/distrib/x68k/floppies/ramdisk/upgrade.tmpl        Mon Jun 21 13:52:54 1999 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#      $NetBSD: upgrade.tmpl,v 1.4.2.3 1999/04/20 14:22:52 perry Exp $
+#      $NetBSD: upgrade.tmpl,v 1.4.2.4 1999/06/21 13:52:54 perry Exp $
 #
 # Copyright (c) 1994 Christopher G. Demetriou
 # Copyright (c) 1997 Perry E. Metzger
@@ -199,10 +199,7 @@
 
 echo   ""
 echo -n        "Copying new fsck binary to your hard disk..."
-if [ ! -d /mnt/sbin ]; then
-       mkdir /mnt/sbin
-fi
-cp /sbin/fsck /mnt/sbin/fsck
+cd / ; pax -wr sbin/fsck* /mnt
 if [ $? != 0 ]; then
        echo    "FATAL ERROR: COPY FAILED."
        echo    "It in unclear why this error would occur.  It looks"



Home | Main Index | Thread Index | Old Index