summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--release/sysinstall/install.c4
-rw-r--r--usr.sbin/sade/install.c4
-rw-r--r--usr.sbin/sysinstall/install.c4
3 files changed, 9 insertions, 3 deletions
diff --git a/release/sysinstall/install.c b/release/sysinstall/install.c
index 184d292..14575fe 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 184d292..14575fe 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 184d292..14575fe 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
OpenPOWER on IntegriCloud