summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/config.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2001-09-04 20:22:14 +0000
committerrwatson <rwatson@FreeBSD.org>2001-09-04 20:22:14 +0000
commit7e593cc176744c0535e3f21b1b5c2915cf82029d (patch)
treee94b540cb5be5e0eefee6456c5dbbef6b7138c41 /usr.sbin/sysinstall/config.c
parent7c084d1f5bd9792a1f457bd177e23800c5b13f4c (diff)
downloadFreeBSD-src-7e593cc176744c0535e3f21b1b5c2915cf82029d.zip
FreeBSD-src-7e593cc176744c0535e3f21b1b5c2915cf82029d.tar.gz
Spell SSHd as sshd to improve readability and consistency.
Diffstat (limited to 'usr.sbin/sysinstall/config.c')
-rw-r--r--usr.sbin/sysinstall/config.c4
1 files changed, 2 insertions, 2 deletions
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"
OpenPOWER on IntegriCloud