Check the right variable to see if router is enabled.

This commit is contained in:
Jordan K. Hubbard 2000-02-12 03:02:52 +00:00
parent a03d4eec52
commit 3d142f49de
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57157
3 changed files with 3 additions and 3 deletions

View File

@ -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.",

View File

@ -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.",

View File

@ -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.",