summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-05-22 04:04:30 +0000
committerjkh <jkh@FreeBSD.org>1997-05-22 04:04:30 +0000
commit4a5ba3daf573c8d905a2e0551aa3dc1b5e801170 (patch)
treed98e6b979a21ed39fbd21896e795a70f3d58eda5 /usr.sbin/sade
parentcbb641c8ba237023b86d8ad4a34d13dea3901de3 (diff)
downloadFreeBSD-src-4a5ba3daf573c8d905a2e0551aa3dc1b5e801170.zip
FreeBSD-src-4a5ba3daf573c8d905a2e0551aa3dc1b5e801170.tar.gz
Be more bullish about saving configuration information.
Diffstat (limited to 'usr.sbin/sade')
-rw-r--r--usr.sbin/sade/install.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c
index 184d292..14575fe 100644
--- a/usr.sbin/sade/install.c
+++ b/usr.sbin/sade/install.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: install.c,v 1.184 1997/05/05 06:32:43 jkh Exp $
+ * $Id: install.c,v 1.185 1997/05/22 00:17:08 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -707,6 +707,8 @@ installConfigure(void)
dmenuOpenSimple(&MenuConfigure, FALSE);
restorescr(w);
}
+ configRC_conf("/etc/rc.conf");
+ sync();
}
int
OpenPOWER on IntegriCloud