mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Add an additional \n before the "cautionary note" on the topic of
admins needing to pay attention when configuring the system. This improves readability of this message.
This commit is contained in:
parent
e01106586f
commit
0d0f76632d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=83013
@ -505,7 +505,7 @@ configSecurityExtreme(dialogMenuItem *self)
|
||||
if (self)
|
||||
msgConfirm("Extreme security settings have been selected.\n\n"
|
||||
"Sendmail, SSHd, and NFS services have been disabled, and\n"
|
||||
"securelevels have been enabled.\n"
|
||||
"securelevels have been enabled.\n\n"
|
||||
"PLEASE NOTE that this still does not save you from having\n"
|
||||
"to properly secure your system in other ways or exercise\n"
|
||||
"due diligence in your administration, this simply picks\n"
|
||||
@ -529,7 +529,7 @@ configSecurityModerate(dialogMenuItem *self)
|
||||
if (self)
|
||||
msgConfirm("Moderate security settings have been selected.\n\n"
|
||||
"Sendmail and SSHd have been enabled, securelevels are\n"
|
||||
"disabled, and NFS server settings have been left intact.\n"
|
||||
"disabled, and NFS server settings have been left intact.\n\n"
|
||||
"PLEASE NOTE that this still does not save you from having\n"
|
||||
"to properly secure your system in other ways or exercise\n"
|
||||
"due diligence in your administration, this simply picks\n"
|
||||
|
@ -505,7 +505,7 @@ configSecurityExtreme(dialogMenuItem *self)
|
||||
if (self)
|
||||
msgConfirm("Extreme security settings have been selected.\n\n"
|
||||
"Sendmail, SSHd, and NFS services have been disabled, and\n"
|
||||
"securelevels have been enabled.\n"
|
||||
"securelevels have been enabled.\n\n"
|
||||
"PLEASE NOTE that this still does not save you from having\n"
|
||||
"to properly secure your system in other ways or exercise\n"
|
||||
"due diligence in your administration, this simply picks\n"
|
||||
@ -529,7 +529,7 @@ configSecurityModerate(dialogMenuItem *self)
|
||||
if (self)
|
||||
msgConfirm("Moderate security settings have been selected.\n\n"
|
||||
"Sendmail and SSHd have been enabled, securelevels are\n"
|
||||
"disabled, and NFS server settings have been left intact.\n"
|
||||
"disabled, and NFS server settings have been left intact.\n\n"
|
||||
"PLEASE NOTE that this still does not save you from having\n"
|
||||
"to properly secure your system in other ways or exercise\n"
|
||||
"due diligence in your administration, this simply picks\n"
|
||||
|
Loading…
Reference in New Issue
Block a user