aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall/system.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1999-02-09 22:18:10 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1999-02-09 22:18:10 +0000
commit58dd43480cf9cc0d8e9b807555afaddf107d08bb (patch)
tree9d66d5cfc4f7fa1d55e5af9f4d5ff7e58041621d /usr.sbin/sysinstall/system.c
parent10fe4fa1c4b400aba30e340a71d0090488ae3f90 (diff)
downloadsrc-58dd43480cf9cc0d8e9b807555afaddf107d08bb.tar.gz
src-58dd43480cf9cc0d8e9b807555afaddf107d08bb.zip
Write changes out to /etc/rc.conf again; rc.conf.site is dead!
Notes
Notes: svn path=/head/; revision=43811
Diffstat (limited to 'usr.sbin/sysinstall/system.c')
-rw-r--r--usr.sbin/sysinstall/system.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/system.c b/usr.sbin/sysinstall/system.c
index b34664c93107..d7f35eedd213 100644
--- a/usr.sbin/sysinstall/system.c
+++ b/usr.sbin/sysinstall/system.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: system.c,v 1.87 1999/01/08 09:13:00 jkh Exp $
+ * $Id: system.c,v 1.88 1999/02/05 22:15:52 jkh Exp $
*
* Jordan Hubbard
*
@@ -150,7 +150,7 @@ systemShutdown(int status)
mediaDevice->shutdown(mediaDevice);
/* write out any changes to rc.conf .. */
- configRC_conf("/etc/rc.conf");
+ configRC_conf();
/* Shut down the dialog library */
if (DialogActive) {