summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1999-02-14 07:39:55 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1999-02-14 07:39:55 +0000
commitcae9bc003c26150c4744216fbce47c4149558413 (patch)
tree96f39677d7a8facc1af3788c88812305534e4502
parentc2661e94adb252d76838aa0f6fa225e209fdcba8 (diff)
Notes
-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 },
};