diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 2000-09-25 07:15:42 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 2000-09-25 07:15:42 +0000 |
commit | 57293fdc2cfdd01d9d5e32d0e5243669d7e006e9 (patch) | |
tree | e6a14e7dcde3d3ee6391b2423e29005efba8709b | |
parent | 825cbd2d78a9d6e484be86fbc65140fff393cf1b (diff) |
Notes
-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 14232c75289ae..252c8ac4776b6 100644 --- a/release/sysinstall/install.c +++ b/release/sysinstall/install.c @@ -576,8 +576,8 @@ nodisks: if (!msgYesNo("Do you want to configure this machine as an NFS client?")) variable_set2("nfs_client_enable", "YES", 1); - if (msgYesNo("Do you want to select a default security profile for\n" - "this host (\"medium\" security being the default)?")) + if (!msgYesNo("Do you want to select a default security profile for\n" + "this host (select No for \"medium\" security)?")) configSecurityProfile(self); else configSecurityModerate(self); |