diff options
Diffstat (limited to 'release/sysinstall/install.c')
-rw-r--r-- | release/sysinstall/install.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/install.c b/release/sysinstall/install.c index 6c0635e..130e37a 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.206 1998/03/09 15:00:56 jkh Exp $ + * $Id: install.c,v 1.207 1998/03/10 13:42:01 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -541,7 +541,7 @@ nodisks: dialog_clear_norefresh(); if (!msgYesNo("Do you want to configure this machine as an NFS client?")) - variable_set2("nfs_client", "YES"); + variable_set2("nfs_client_enable", "YES"); dialog_clear_norefresh(); if (!msgYesNo("Would you like to customize your system console settings?")) { |