Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/sysinst/arch/i386 Whitespace fix.



details:   https://anonhg.NetBSD.org/src/rev/250a4a607cfb
branches:  trunk
changeset: 486049:250a4a607cfb
user:      hubertf <hubertf%NetBSD.org@localhost>
date:      Fri May 12 01:00:08 2000 +0000

description:
Whitespace fix.

diffstat:

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

diffs (20 lines):

diff -r 273f8c147455 -r 250a4a607cfb distrib/utils/sysinst/arch/i386/md.c
--- a/distrib/utils/sysinst/arch/i386/md.c      Thu May 11 23:06:59 2000 +0000
+++ b/distrib/utils/sysinst/arch/i386/md.c      Fri May 12 01:00:08 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.c,v 1.35 2000/05/11 02:24:36 hubertf Exp $ */
+/*     $NetBSD: md.c,v 1.36 2000/05/12 01:00:08 hubertf Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -474,8 +474,8 @@
        strncpy(realfrom, target_expand("/etc/rc.conf"), STRSIZE);
        strncpy(realto, target_expand("/etc/rc.conf.install"), STRSIZE);
        sprintf(sedcmd, "sed "
-                       "-e 's/rc_configured=NO/rc_configured=YES/'"
-                       "-e 's/wscons=NO/wscons=YES/'"
+                       "-e 's/rc_configured=NO/rc_configured=YES/' "
+                       "-e 's/wscons=NO/wscons=YES/' "
                        " < %s > %s", realfrom, realto);
        if (logging)
                (void)fprintf(log, "%s\n", sedcmd);



Home | Main Index | Thread Index | Old Index