From 7e593cc176744c0535e3f21b1b5c2915cf82029d Mon Sep 17 00:00:00 2001 From: rwatson Date: Tue, 4 Sep 2001 20:22:14 +0000 Subject: Spell SSHd as sshd to improve readability and consistency. --- usr.sbin/sysinstall/config.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/sysinstall/config.c') diff --git a/usr.sbin/sysinstall/config.c b/usr.sbin/sysinstall/config.c index d927e99..5c4f818 100644 --- a/usr.sbin/sysinstall/config.c +++ b/usr.sbin/sysinstall/config.c @@ -504,7 +504,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" + "Sendmail, sshd, and NFS services have been disabled, and\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" @@ -528,7 +528,7 @@ configSecurityModerate(dialogMenuItem *self) if (self) msgConfirm("Moderate security settings have been selected.\n\n" - "Sendmail and SSHd have been enabled, securelevels are\n" + "Sendmail and sshd have been enabled, securelevels are\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" -- cgit v1.1