summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/system.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-02-09 22:18:10 +0000
committerjkh <jkh@FreeBSD.org>1999-02-09 22:18:10 +0000
commit9e9e0d35161449eb6816025aa597d101c6cc57cb (patch)
treed1194bb31d06ae583288285cb92ab006e7d42263 /usr.sbin/sade/system.c
parent9eadab94cefe8f687c5bca0d488e36ac1aaa0f85 (diff)
downloadFreeBSD-src-9e9e0d35161449eb6816025aa597d101c6cc57cb.zip
FreeBSD-src-9e9e0d35161449eb6816025aa597d101c6cc57cb.tar.gz
Write changes out to /etc/rc.conf again; rc.conf.site is dead!
Diffstat (limited to 'usr.sbin/sade/system.c')
-rw-r--r--usr.sbin/sade/system.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sade/system.c b/usr.sbin/sade/system.c
index b34664c..d7f35ee 100644
--- a/usr.sbin/sade/system.c
+++ b/usr.sbin/sade/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) {
OpenPOWER on IntegriCloud