summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/main.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-05-28 09:31:44 +0000
committerjkh <jkh@FreeBSD.org>1995-05-28 09:31:44 +0000
commit6c1387e54c699189309301a24f72ef6835d029ee (patch)
tree090dd9680b5916a1d772baac2134a8e9d07559d2 /usr.sbin/sysinstall/main.c
parentcafb936732ece421e3860b45c2a2ceefdda02a05 (diff)
downloadFreeBSD-src-6c1387e54c699189309301a24f72ef6835d029ee.zip
FreeBSD-src-6c1387e54c699189309301a24f72ef6835d029ee.tar.gz
Sync up with Poul.
Diffstat (limited to 'usr.sbin/sysinstall/main.c')
-rw-r--r--usr.sbin/sysinstall/main.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/main.c b/usr.sbin/sysinstall/main.c
index 28a0908..7660258 100644
--- a/usr.sbin/sysinstall/main.c
+++ b/usr.sbin/sysinstall/main.c
@@ -4,7 +4,7 @@
* This is probably the last attempt in the `sysinstall' line, the next
* generation being slated for what's essentially a complete rewrite.
*
- * $Id: main.c,v 1.9 1995/05/24 09:00:36 jkh Exp $
+ * $Id: main.c,v 1.10 1995/05/24 17:49:17 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -74,6 +74,10 @@ main(int argc, char **argv)
if (getpid() != 1 || !msgYesNo("Are you sure you wish to exit? System will reboot."))
break;
}
+
+ /* Write out any changes to /etc/sysconfig */
+ configSysconfig();
+
/* Say goodnight, Gracie */
systemShutdown();
OpenPOWER on IntegriCloud