summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--release/sysinstall/config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/config.c b/release/sysinstall/config.c
index d550f2113fe4..d6daadd3596c 100644
--- a/release/sysinstall/config.c
+++ b/release/sysinstall/config.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: config.c,v 1.115.2.5 1999/02/09 22:25:57 jkh Exp $
+ * $Id: config.c,v 1.115.2.6 1999/02/14 05:53:12 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -329,7 +329,7 @@ configEnvironmentRC_conf(void)
int marked;
} configs[] = {
{ "/etc/defaults/rc.conf", 0 },
- { "/etc/rc.conf", 1 },
+ { "/etc/rc.conf", 0 },
{ "/etc/rc.conf.local", 0 },
{ NULL, 0 },
};