summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/install.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/sysinstall/install.c')
-rw-r--r--usr.sbin/sysinstall/install.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c
index 7f5f6d7..1eeafe9 100644
--- a/usr.sbin/sysinstall/install.c
+++ b/usr.sbin/sysinstall/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.173 1997/03/07 16:39:15 jkh Exp $
+ * $Id: install.c,v 1.174 1997/03/08 12:57:43 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -561,6 +561,10 @@ installNovice(dialogMenuItem *self)
restorescr(w);
}
+ /* Now would be a good time to checkpoint the configuration data */
+ configSysconfig("/etc/sysconfig");
+ sync();
+
if (directory_exists("/usr/X11R6")) {
dialog_clear_norefresh();
if (!msgYesNo("Would you like to configure your X server at this time?"))
OpenPOWER on IntegriCloud