mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 10:19:26 +00:00
Check the right variable to see if router is enabled.
This commit is contained in:
parent
a03d4eec52
commit
3d142f49de
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57157
@ -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.",
|
||||
|
@ -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.",
|
||||
|
@ -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.",
|
||||
|
Loading…
Reference in New Issue
Block a user