summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>2000-02-25 23:02:48 +0000
committerjkh <jkh@FreeBSD.org>2000-02-25 23:02:48 +0000
commitc9dd43e564b98060ce625b1bec7aabab1969248c (patch)
tree8de408b74d68ae9c5d8aca9b723cb0da6695c229 /release
parent056294e1461659ca4550427c91cc02241a37657a (diff)
downloadFreeBSD-src-c9dd43e564b98060ce625b1bec7aabab1969248c.zip
FreeBSD-src-c9dd43e564b98060ce625b1bec7aabab1969248c.tar.gz
Add knobs for sendmail and sshd
Diffstat (limited to 'release')
-rw-r--r--release/sysinstall/menus.c26
1 files changed, 15 insertions, 11 deletions
diff --git a/release/sysinstall/menus.c b/release/sysinstall/menus.c
index 27893be..0cecc1c 100644
--- a/release/sysinstall/menus.c
+++ b/release/sysinstall/menus.c
@@ -1340,28 +1340,32 @@ DMenu MenuNetworking = {
checkTrue, dmenuExit, NULL, NULL, '<', '<', '<' },
{ " Interfaces", "Configure additional network interfaces",
NULL, tcpMenuSelect },
- { " NFS client", "This machine will be an NFS client",
- dmenuVarCheck, dmenuToggleVariable, NULL, "nfs_client_enable=YES" },
- { " NFS server", "This machine will be an NFS server",
- dmenuVarCheck, configNFSServer, NULL, "nfs_server_enable=YES" },
{ " AMD", "This machine wants to run the auto-mounter service",
dmenuVarCheck, dmenuToggleVariable, NULL, "amd_enable=YES" },
{ " AMD Flags", "Set flags to AMD service (if enabled)",
dmenuVarCheck, dmenuISetVariable, NULL, "amd_flags" },
- { " TCP Extensions", "Allow RFC1323 and RFC1644 TCP extensions?",
- dmenuVarCheck, dmenuToggleVariable, NULL, "tcp_extensions=YES" },
+ { " Anon FTP", "This machine wishes to allow anonymous FTP.",
+ dmenuVarCheck, configAnonFTP, NULL, "anon_ftp" },
{ " Gateway", "This machine will route packets between interfaces",
dmenuVarCheck, dmenuToggleVariable, NULL, "gateway_enable=YES" },
+ { " NFS client", "This machine will be an NFS client",
+ dmenuVarCheck, dmenuToggleVariable, NULL, "nfs_client_enable=YES" },
+ { " NFS server", "This machine will be an NFS server",
+ dmenuVarCheck, configNFSServer, NULL, "nfs_server_enable=YES" },
{ " Ntpdate", "Select a clock-synchronization server",
dmenuVarCheck, dmenuSubmenu, NULL, &MenuNTP, '[', 'X', ']', "ntpdate_enable=YES" },
- { " router", "Select routing daemon (default: routed)",
+ { " PCNFSD", "Run authentication server for clients with PC-NFS.",
+ dmenuVarCheck, configPCNFSD, NULL, "pcnfsd" },
+ { " Routed", "Select routing daemon (default: routed)",
dmenuVarCheck, configRouter, NULL, "router_enable=YES" },
{ " Rwhod", "This machine wants to run the rwho daemon",
dmenuVarCheck, dmenuToggleVariable, NULL, "rwhod_enable=YES" },
- { " Anon FTP", "This machine wishes to allow anonymous FTP.",
- dmenuVarCheck, configAnonFTP, NULL, "anon_ftp" },
- { " PCNFSD", "Run authentication server for clients with PC-NFS.",
- dmenuVarCheck, configPCNFSD, NULL, "pcnfsd" },
+ { " Sendmail", "This machine wants to run the sendmail daemon",
+ dmenuVarCheck, dmenuToggleVariable, NULL, "sendmail_enable=YES" },
+ { " 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" },
{ NULL } },
};
OpenPOWER on IntegriCloud