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