From 7c084d1f5bd9792a1f457bd177e23800c5b13f4c Mon Sep 17 00:00:00 2001 From: rwatson Date: Tue, 4 Sep 2001 20:21:12 +0000 Subject: 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. --- usr.sbin/sade/config.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/sade/config.c') 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" -- cgit v1.1