Source-Changes-HG archive

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

[src/netbsd-1-4]: src/distrib/utils/sysinst/arch/pc532 Pullup revision 1.16



details:   https://anonhg.NetBSD.org/src/rev/2d14ffe79f88
branches:  netbsd-1-4
changeset: 468160:2d14ffe79f88
user:      jonb <jonb%NetBSD.org@localhost>
date:      Fri Apr 09 21:27:31 1999 +0000

description:
Pullup revision 1.16

diffstat:

 distrib/utils/sysinst/arch/pc532/md.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 2c6f22e313dd -r 2d14ffe79f88 distrib/utils/sysinst/arch/pc532/md.c
--- a/distrib/utils/sysinst/arch/pc532/md.c     Fri Apr 09 20:10:51 1999 +0000
+++ b/distrib/utils/sysinst/arch/pc532/md.c     Fri Apr 09 21:27:31 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.c,v 1.14 1999/03/31 00:44:50 fvdl Exp $     */
+/*     $NetBSD: md.c,v 1.14.2.1 1999/04/09 21:27:31 jonb Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -102,10 +102,11 @@
 void   md_post_disklabel (void)
 {
        char bimcmd[256];
+       char sedcmd[256];
        /* boot blocks ... */
        printf (msg_string(MSG_dobootblks), diskdev);
        sprintf(bimcmd, "bim -y -c init -c 'add /usr/mdec/boot boot' -c 'default 0' -c 'exit' /dev/%sc",
-               diskdev)
+               diskdev);
        if (logging)
                (void)fprintf(log, "%s\n", sedcmd);
        if (scripting)



Home | Main Index | Thread Index | Old Index