summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/system.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-02-10 19:44:08 +0000
committerjkh <jkh@FreeBSD.org>1997-02-10 19:44:08 +0000
commitbe02c90383d62ec0eb07cbcde2dbc02a392fb52b (patch)
treecc5fcdd366fe466bfbb620b7decac78e716c6131 /usr.sbin/sade/system.c
parent1791a7ff979f6e90d22978658337b585456a5f61 (diff)
downloadFreeBSD-src-be02c90383d62ec0eb07cbcde2dbc02a392fb52b.zip
FreeBSD-src-be02c90383d62ec0eb07cbcde2dbc02a392fb52b.tar.gz
Save /etc/sysconfig data at the very very end, so that it can be
used post-install time as a configuration tool as well. Update comments about a kernel recompile being necessary for PS/2 mice.
Diffstat (limited to 'usr.sbin/sade/system.c')
-rw-r--r--usr.sbin/sade/system.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/sade/system.c b/usr.sbin/sade/system.c
index 354f805..bb2f4c3 100644
--- a/usr.sbin/sade/system.c
+++ b/usr.sbin/sade/system.c
@@ -118,6 +118,10 @@ systemShutdown(int status)
if (status >=0 && mediaDevice)
mediaDevice->shutdown(mediaDevice);
+ /* write out any changes to sysconfig .. */
+ if (!status)
+ configSysconfig("/etc/sysconfig");
+
/* Shut down the dialog library */
if (DialogActive) {
end_dialog();
OpenPOWER on IntegriCloud