Module Name:    src
Committed By:   isaki
Date:           Sun Apr 21 06:24:42 UTC 2013

Modified Files:
        src/distrib/utils/sysinst/arch/x68k: md.c

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/distrib/utils/sysinst/arch/x68k/md.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/utils/sysinst/arch/x68k/md.c
diff -u src/distrib/utils/sysinst/arch/x68k/md.c:1.43 src/distrib/utils/sysinst/arch/x68k/md.c:1.44
--- src/distrib/utils/sysinst/arch/x68k/md.c:1.43	Thu Jan  5 21:32:36 2012
+++ src/distrib/utils/sysinst/arch/x68k/md.c	Sun Apr 21 06:24:42 2013
@@ -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 @@ md_post_extract(void)
 void
 md_cleanup_install(void)
 {
-#ifdef notyet			/* sed is too large for ramdisk */
+#ifndef DEBUG
 	enable_rc_conf();
 #endif
 }

Reply via email to