Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/sysinst fix typo when specifying raw partition...



details:   https://anonhg.NetBSD.org/src/rev/de59a590b4ce
branches:  trunk
changeset: 566022:de59a590b4ce
user:      dbj <dbj%NetBSD.org@localhost>
date:      Sun Apr 25 18:50:44 2004 +0000

description:
fix typo when specifying raw partition for fixsb upgrade

diffstat:

 distrib/utils/sysinst/disks.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e0db8a3e2bf5 -r de59a590b4ce distrib/utils/sysinst/disks.c
--- a/distrib/utils/sysinst/disks.c     Sun Apr 25 18:40:37 2004 +0000
+++ b/distrib/utils/sysinst/disks.c     Sun Apr 25 18:50:44 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: disks.c,v 1.82 2004/04/25 18:40:37 dbj Exp $ */
+/*     $NetBSD: disks.c,v 1.83 2004/04/25 18:50:44 dbj Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -583,7 +583,7 @@
         * sb doesn't match the first alternate.
         */
        run_program(RUN_DISPLAY | RUN_PROGRESS,
-           "%s -p -b 16 -c 4 /dev/%s%c", prog, disk, ptn);
+           "%s -p -b 16 -c 4 /dev/r%s%c", prog, disk, ptn);
        /* Then downgrade to fslevel 3 */
        run_program(RUN_DISPLAY | RUN_PROGRESS,
            "%s -p -c 3 /dev/r%s%c", prog, disk, ptn);



Home | Main Index | Thread Index | Old Index