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/x68k Enable rc_configured=YES in ...



details:   https://anonhg.NetBSD.org/src/rev/ea983f39bf77
branches:  trunk
changeset: 786239:ea983f39bf77
user:      isaki <isaki%NetBSD.org@localhost>
date:      Sun Apr 21 06:24:42 2013 +0000

description:
Enable rc_configured=YES in sysinst.
The problem that sed was not contained in ramdisk was already gone.
analized by tsutsui@.
XXX Only hp300 and mvme68k seem to have the same problem.

diffstat:

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

diffs (18 lines):

diff -r 77ec5b797e1a -r ea983f39bf77 distrib/utils/sysinst/arch/x68k/md.c
--- a/distrib/utils/sysinst/arch/x68k/md.c      Sun Apr 21 04:55:40 2013 +0000
+++ b/distrib/utils/sysinst/arch/x68k/md.c      Sun Apr 21 06:24:42 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.c,v 1.43 2012/01/05 21:32:36 christos Exp $ */
+/*     $NetBSD: md.c,v 1.44 2013/04/21 06:24:42 isaki Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -297,7 +297,7 @@
 void
 md_cleanup_install(void)
 {
-#ifdef notyet                  /* sed is too large for ramdisk */
+#ifndef DEBUG
        enable_rc_conf();
 #endif
 }



Home | Main Index | Thread Index | Old Index