From 4a5ba3daf573c8d905a2e0551aa3dc1b5e801170 Mon Sep 17 00:00:00 2001 From: jkh Date: Thu, 22 May 1997 04:04:30 +0000 Subject: [PATCH] Be more bullish about saving configuration information. --- release/sysinstall/install.c | 4 +++- usr.sbin/sade/install.c | 4 +++- usr.sbin/sysinstall/install.c | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/release/sysinstall/install.c b/release/sysinstall/install.c index 184d2924b2c8..14575fe2c93c 100644 --- a/release/sysinstall/install.c +++ b/release/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.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 diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c index 184d2924b2c8..14575fe2c93c 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 diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c index 184d2924b2c8..14575fe2c93c 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.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