summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--release/sysinstall/install.c4
-rw-r--r--usr.sbin/sade/install.c4
-rw-r--r--usr.sbin/sysinstall/install.c4
3 files changed, 6 insertions, 6 deletions
diff --git a/release/sysinstall/install.c b/release/sysinstall/install.c
index 14232c7..252c8ac 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);
diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c
index 14232c7..252c8ac 100644
--- a/usr.sbin/sade/install.c
+++ b/usr.sbin/sade/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);
diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c
index 14232c7..252c8ac 100644
--- a/usr.sbin/sysinstall/install.c
+++ b/usr.sbin/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);
OpenPOWER on IntegriCloud