From 1d25bde6b259a721a68ed9b187ebd757709307ef Mon Sep 17 00:00:00 2001 From: jkh Date: Sat, 12 Feb 2000 03:02:52 +0000 Subject: Check the right variable to see if router is enabled. --- release/sysinstall/menus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release') diff --git a/release/sysinstall/menus.c b/release/sysinstall/menus.c index f8893da..a1ad02b 100644 --- a/release/sysinstall/menus.c +++ b/release/sysinstall/menus.c @@ -1351,7 +1351,7 @@ DMenu MenuNetworking = { { " Ntpdate", "Select a clock-synchronization server", dmenuVarCheck, dmenuSubmenu, NULL, &MenuNTP, '[', 'X', ']', "ntpdate_enable=YES" }, { " router", "Select routing daemon (default: routed)", - dmenuVarCheck, configRouter, NULL, "router_enable" }, + 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.", -- cgit v1.1