diff options
author | jkh <jkh@FreeBSD.org> | 2001-03-08 10:16:56 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 2001-03-08 10:16:56 +0000 |
commit | b8d51152532e9dfa4cf67ad2e643c906cd2264fd (patch) | |
tree | 7eefbb0dc3ea27a406d31d863eafd8edc580618b /usr.sbin/sysinstall/menus.c | |
parent | 84709752a1c6fac263e353b6ab0ea5c6c0940e7f (diff) | |
download | FreeBSD-src-b8d51152532e9dfa4cf67ad2e643c906cd2264fd.zip FreeBSD-src-b8d51152532e9dfa4cf67ad2e643c906cd2264fd.tar.gz |
Fix some of the security profile messages to be more explanatory
and also obey most of the rules of english in their construction.
Add a help screen for the security menu which gives the user a rough idea
just what the various security profiles do.
Diffstat (limited to 'usr.sbin/sysinstall/menus.c')
-rw-r--r-- | usr.sbin/sysinstall/menus.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c index 018684d..2323d06 100644 --- a/usr.sbin/sysinstall/menus.c +++ b/usr.sbin/sysinstall/menus.c @@ -1608,7 +1608,8 @@ DMenu MenuSecurityProfile = { "Each item in this list will set what it considers to\n" "be \"appropriate\" values in that category for various\n" "security-related knobs in /etc/rc.conf.", - "Select a canned security profile.", + "Select a canned security profile - F1 for help", + "security", /* help file */ NULL, { { "X Exit", "Exit this menu (returning to previous)", NULL, configSecurityModerate }, { "Low", "Fairly wide-open (little) security.", NULL, configSecurityLiberal }, |