summaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2003-12-01 18:58:14 +0000
committerRobert Watson <rwatson@FreeBSD.org>2003-12-01 18:58:14 +0000
commit9d5880f42b3a86e983602892c654018ad99b89c2 (patch)
treeae3285b2ab753c59de21c1272af6e00ce31461ae /usr.sbin/sysinstall
parentc4818267a4f8eaa33946aad734a1eb9690fb2178 (diff)
downloadsrc-test2-9d5880f42b3a86e983602892c654018ad99b89c2.tar.gz
src-test2-9d5880f42b3a86e983602892c654018ad99b89c2.zip
Notes
Diffstat (limited to 'usr.sbin/sysinstall')
-rw-r--r--usr.sbin/sysinstall/menus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c
index 46b727022706..512e9742164d 100644
--- a/usr.sbin/sysinstall/menus.c
+++ b/usr.sbin/sysinstall/menus.c
@@ -1469,7 +1469,7 @@ DMenu MenuNetworking = {
dmenuVarCheck, configRouter, NULL, "router_enable=YES" },
{ " Rwhod", "This machine wants to run the rwho daemon",
dmenuVarCheck, dmenuToggleVariable, NULL, "rwhod_enable=YES" },
- { " SSHd", "This machine wants to run the SSH daemon",
+ { " sshd", "This machine wants to run the SSH daemon",
dmenuVarCheck, dmenuToggleVariable, NULL, "sshd_enable=YES" },
{ " TCP Extensions", "Allow RFC1323 and RFC1644 TCP extensions?",
dmenuVarCheck, dmenuToggleVariable, NULL, "tcp_extensions=YES" },