diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1996-01-01 11:01:15 +0000 | 
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1996-01-01 11:01:15 +0000 | 
| commit | 26ce5ad3876f0ea63ab67a8bdb2ed1a5a1591a3e (patch) | |
| tree | 69e72e626f1337094ba2f18cd7fded3ecaa930bf /release/sysinstall/menus.c | |
| parent | a3ab491d642b34f2d3efbc0562abc8e79b38ce09 (diff) | |
Diffstat (limited to 'release/sysinstall/menus.c')
| -rw-r--r-- | release/sysinstall/menus.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/release/sysinstall/menus.c b/release/sysinstall/menus.c index 5c601d241c6c..49ef1a3e7a24 100644 --- a/release/sysinstall/menus.c +++ b/release/sysinstall/menus.c @@ -747,7 +747,7 @@ aspects of your system's network configuration.",    { "Gateway",			"This machine will route packets between interfaces",  	DMENU_SET_VARIABLE,	"gateway=YES", 0, 0, 0					},    { "Gated",			"This machine wants to run gated", -	DMENU_CALL,		configGated, 0, 0, 0					}, +	DMENU_SET_VARIABLE,	"gated=YES", 0, 0, 0					},    { "Ntpdate",			"Select a clock-syncronization server",  	DMENU_SUBMENU,		&MenuNTP, (int)"ntpdate", 0, dmenuVarCheck		},    { "Routed",			"Set flags for routed (default: -q)", @@ -761,7 +761,7 @@ aspects of your system's network configuration.",    { "Samba",			"Install Samba for LanManager (NETBUI) access.",  	DMENU_CALL,		configSamba, 0, 0, 0					},    { "PCNFSD",			"Run authentication server for clients with PC-NFS.", -	DMENU_CALL,		configPCNFSD, 0, 0, 0					}, +	DMENU_SET_VARIABLE,	"pcnfsd=YES", 0, 0, 0					},    { NULL } },  }; | 
