diff options
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 5c601d241c6cd..49ef1a3e7a244 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 } }, }; |