diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2001-08-15 19:39:11 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2001-08-15 19:39:11 +0000 |
| commit | 504d39109f940c3515fcbba233ae2abe6a9ba74a (patch) | |
| tree | 576faba62ac094d09f91f90954d4b0cb9b1f52c8 | |
| parent | bf3db3eacb857f2d7268bb78ae9226b817d92738 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/sade/install.c | 2 | ||||
| -rw-r--r-- | usr.sbin/sysinstall/install.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c index fa9231d06e7d..73629c6e9f2c 100644 --- a/usr.sbin/sade/install.c +++ b/usr.sbin/sade/install.c @@ -589,7 +589,7 @@ nodisks: variable_set2("nfs_client_enable", "YES", 1); if (!msgNoYes("Do you want to select a default security profile for\n" - "this host (select No for \"medium\" security)?")) + "this host (select No for \"moderate\" security)?")) configSecurityProfile(self); else configSecurityModerate(self); diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c index fa9231d06e7d..73629c6e9f2c 100644 --- a/usr.sbin/sysinstall/install.c +++ b/usr.sbin/sysinstall/install.c @@ -589,7 +589,7 @@ nodisks: variable_set2("nfs_client_enable", "YES", 1); if (!msgNoYes("Do you want to select a default security profile for\n" - "this host (select No for \"medium\" security)?")) + "this host (select No for \"moderate\" security)?")) configSecurityProfile(self); else configSecurityModerate(self); |
