summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/config.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2001-09-04 20:21:12 +0000
committerrwatson <rwatson@FreeBSD.org>2001-09-04 20:21:12 +0000
commit7c084d1f5bd9792a1f457bd177e23800c5b13f4c (patch)
tree36065f88f92b7c6edd287b13e17d2471801ad48a /usr.sbin/sade/config.c
parent9c99133bbef2b798a15159630391e01362e4472d (diff)
downloadFreeBSD-src-7c084d1f5bd9792a1f457bd177e23800c5b13f4c.zip
FreeBSD-src-7c084d1f5bd9792a1f457bd177e23800c5b13f4c.tar.gz
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.
Diffstat (limited to 'usr.sbin/sade/config.c')
-rw-r--r--usr.sbin/sade/config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sade/config.c b/usr.sbin/sade/config.c
index 973474e..d927e99 100644
--- a/usr.sbin/sade/config.c
+++ b/usr.sbin/sade/config.c
@@ -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"
OpenPOWER on IntegriCloud