diff options
Diffstat (limited to 'release/sysinstall/main.c')
-rw-r--r-- | release/sysinstall/main.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/release/sysinstall/main.c b/release/sysinstall/main.c index 28a0908..7660258 100644 --- a/release/sysinstall/main.c +++ b/release/sysinstall/main.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated for what's essentially a complete rewrite. * - * $Id: main.c,v 1.9 1995/05/24 09:00:36 jkh Exp $ + * $Id: main.c,v 1.10 1995/05/24 17:49:17 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -74,6 +74,10 @@ main(int argc, char **argv) if (getpid() != 1 || !msgYesNo("Are you sure you wish to exit? System will reboot.")) break; } + + /* Write out any changes to /etc/sysconfig */ + configSysconfig(); + /* Say goodnight, Gracie */ systemShutdown(); |