summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-05-27 18:56:03 +0000
committerjkh <jkh@FreeBSD.org>1997-05-27 18:56:03 +0000
commit5f3af8b16dbe17af45084a918b77a96b97fd45a9 (patch)
treea6b056987cb90872ecda53be4819194adf8da86f /release
parentcb4e9a7a1bc2d43eeb0fa47a69d632dc10e4e9c6 (diff)
downloadFreeBSD-src-5f3af8b16dbe17af45084a918b77a96b97fd45a9.zip
FreeBSD-src-5f3af8b16dbe17af45084a918b77a96b97fd45a9.tar.gz
Always write out rc.conf, regardless of status.
PR: 3698
Diffstat (limited to 'release')
-rw-r--r--release/sysinstall/system.c5
1 files changed, 2 insertions, 3 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) {
OpenPOWER on IntegriCloud