diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-05-22 04:04:30 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-05-22 04:04:30 +0000 |
commit | 2ba86463797b421466168580db3944b8fe39f662 (patch) | |
tree | 2cd5df00f7df1e7b31df93d2a767f6f354bbe93a /release/sysinstall | |
parent | 5a4f3da5c2a1f1c6e07c495e5508f9f34747e79b (diff) | |
download | src-2ba86463797b421466168580db3944b8fe39f662.tar.gz src-2ba86463797b421466168580db3944b8fe39f662.zip |
Be more bullish about saving configuration information.
Notes
Notes:
svn path=/head/; revision=25992
Diffstat (limited to 'release/sysinstall')
-rw-r--r-- | release/sysinstall/install.c | 4 |
1 files changed, 3 insertions, 1 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 |