summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--release/sysinstall/system.c5
-rw-r--r--usr.sbin/sade/system.c5
-rw-r--r--usr.sbin/sysinstall/system.c5
3 files changed, 6 insertions, 9 deletions
diff --git a/release/sysinstall/system.c b/release/sysinstall/system.c
index dfbe453..22a7052 100644
--- a/release/sysinstall/system.c
+++ b/release/sysinstall/system.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: system.c,v 1.79 1997/04/28 09:35:59 jkh Exp $
+ * $Id: system.c,v 1.80 1997/04/28 10:31:14 jkh Exp $
*
* Jordan Hubbard
*
@@ -119,8 +119,7 @@ systemShutdown(int status)
mediaDevice->shutdown(mediaDevice);
/* write out any changes to rc.conf .. */
- if (status)
- configRC_conf("/etc/rc.conf");
+ configRC_conf("/etc/rc.conf");
/* Shut down the dialog library */
if (DialogActive) {
diff --git a/usr.sbin/sade/system.c b/usr.sbin/sade/system.c
index dfbe453..22a7052 100644
--- a/usr.sbin/sade/system.c
+++ b/usr.sbin/sade/system.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: system.c,v 1.79 1997/04/28 09:35:59 jkh Exp $
+ * $Id: system.c,v 1.80 1997/04/28 10:31:14 jkh Exp $
*
* Jordan Hubbard
*
@@ -119,8 +119,7 @@ systemShutdown(int status)
mediaDevice->shutdown(mediaDevice);
/* write out any changes to rc.conf .. */
- if (status)
- configRC_conf("/etc/rc.conf");
+ configRC_conf("/etc/rc.conf");
/* Shut down the dialog library */
if (DialogActive) {
diff --git a/usr.sbin/sysinstall/system.c b/usr.sbin/sysinstall/system.c
index dfbe453..22a7052 100644
--- a/usr.sbin/sysinstall/system.c
+++ b/usr.sbin/sysinstall/system.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: system.c,v 1.79 1997/04/28 09:35:59 jkh Exp $
+ * $Id: system.c,v 1.80 1997/04/28 10:31:14 jkh Exp $
*
* Jordan Hubbard
*
@@ -119,8 +119,7 @@ systemShutdown(int status)
mediaDevice->shutdown(mediaDevice);
/* write out any changes to rc.conf .. */
- if (status)
- configRC_conf("/etc/rc.conf");
+ configRC_conf("/etc/rc.conf");
/* Shut down the dialog library */
if (DialogActive) {
OpenPOWER on IntegriCloud