mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Small cleanup.
This commit is contained in:
parent
2a4070eb7c
commit
2fab62599d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=39843
3 changed files with 6 additions and 6 deletions
|
@ -4,7 +4,7 @@
|
||||||
* This is probably the last program in the `sysinstall' line - the next
|
* This is probably the last program in the `sysinstall' line - the next
|
||||||
* generation being essentially a complete rewrite.
|
* generation being essentially a complete rewrite.
|
||||||
*
|
*
|
||||||
* $Id: menus.c,v 1.169 1998/09/09 05:09:55 danny Exp $
|
* $Id: menus.c,v 1.170 1998/09/30 11:49:35 jkh Exp $
|
||||||
*
|
*
|
||||||
* Copyright (c) 1995
|
* Copyright (c) 1995
|
||||||
* Jordan Hubbard. All rights reserved.
|
* Jordan Hubbard. All rights reserved.
|
||||||
|
@ -1208,7 +1208,7 @@ DMenu MenuNetworking = {
|
||||||
{ "Gateway", "This machine will route packets between interfaces",
|
{ "Gateway", "This machine will route packets between interfaces",
|
||||||
dmenuVarCheck, dmenuToggleVariable, NULL, "gateway_enable=YES" },
|
dmenuVarCheck, dmenuToggleVariable, NULL, "gateway_enable=YES" },
|
||||||
{ "Ntpdate", "Select a clock-synchronization server",
|
{ "Ntpdate", "Select a clock-synchronization server",
|
||||||
dmenuVarCheck, dmenuSubmenu, NULL, &MenuNTP, '[', 'X', ']', (int)"ntpdate_enable=YES" },
|
dmenuVarCheck, dmenuSubmenu, NULL, &MenuNTP, '[', 'X', ']', "ntpdate_enable=YES" },
|
||||||
{ "router", "Select routing daemon (default: routed)",
|
{ "router", "Select routing daemon (default: routed)",
|
||||||
dmenuVarCheck, configRouter, NULL, "router" },
|
dmenuVarCheck, configRouter, NULL, "router" },
|
||||||
{ "Rwhod", "This machine wants to run the rwho daemon",
|
{ "Rwhod", "This machine wants to run the rwho daemon",
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* This is probably the last program in the `sysinstall' line - the next
|
* This is probably the last program in the `sysinstall' line - the next
|
||||||
* generation being essentially a complete rewrite.
|
* generation being essentially a complete rewrite.
|
||||||
*
|
*
|
||||||
* $Id: menus.c,v 1.169 1998/09/09 05:09:55 danny Exp $
|
* $Id: menus.c,v 1.170 1998/09/30 11:49:35 jkh Exp $
|
||||||
*
|
*
|
||||||
* Copyright (c) 1995
|
* Copyright (c) 1995
|
||||||
* Jordan Hubbard. All rights reserved.
|
* Jordan Hubbard. All rights reserved.
|
||||||
|
@ -1208,7 +1208,7 @@ DMenu MenuNetworking = {
|
||||||
{ "Gateway", "This machine will route packets between interfaces",
|
{ "Gateway", "This machine will route packets between interfaces",
|
||||||
dmenuVarCheck, dmenuToggleVariable, NULL, "gateway_enable=YES" },
|
dmenuVarCheck, dmenuToggleVariable, NULL, "gateway_enable=YES" },
|
||||||
{ "Ntpdate", "Select a clock-synchronization server",
|
{ "Ntpdate", "Select a clock-synchronization server",
|
||||||
dmenuVarCheck, dmenuSubmenu, NULL, &MenuNTP, '[', 'X', ']', (int)"ntpdate_enable=YES" },
|
dmenuVarCheck, dmenuSubmenu, NULL, &MenuNTP, '[', 'X', ']', "ntpdate_enable=YES" },
|
||||||
{ "router", "Select routing daemon (default: routed)",
|
{ "router", "Select routing daemon (default: routed)",
|
||||||
dmenuVarCheck, configRouter, NULL, "router" },
|
dmenuVarCheck, configRouter, NULL, "router" },
|
||||||
{ "Rwhod", "This machine wants to run the rwho daemon",
|
{ "Rwhod", "This machine wants to run the rwho daemon",
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* This is probably the last program in the `sysinstall' line - the next
|
* This is probably the last program in the `sysinstall' line - the next
|
||||||
* generation being essentially a complete rewrite.
|
* generation being essentially a complete rewrite.
|
||||||
*
|
*
|
||||||
* $Id: menus.c,v 1.169 1998/09/09 05:09:55 danny Exp $
|
* $Id: menus.c,v 1.170 1998/09/30 11:49:35 jkh Exp $
|
||||||
*
|
*
|
||||||
* Copyright (c) 1995
|
* Copyright (c) 1995
|
||||||
* Jordan Hubbard. All rights reserved.
|
* Jordan Hubbard. All rights reserved.
|
||||||
|
@ -1208,7 +1208,7 @@ DMenu MenuNetworking = {
|
||||||
{ "Gateway", "This machine will route packets between interfaces",
|
{ "Gateway", "This machine will route packets between interfaces",
|
||||||
dmenuVarCheck, dmenuToggleVariable, NULL, "gateway_enable=YES" },
|
dmenuVarCheck, dmenuToggleVariable, NULL, "gateway_enable=YES" },
|
||||||
{ "Ntpdate", "Select a clock-synchronization server",
|
{ "Ntpdate", "Select a clock-synchronization server",
|
||||||
dmenuVarCheck, dmenuSubmenu, NULL, &MenuNTP, '[', 'X', ']', (int)"ntpdate_enable=YES" },
|
dmenuVarCheck, dmenuSubmenu, NULL, &MenuNTP, '[', 'X', ']', "ntpdate_enable=YES" },
|
||||||
{ "router", "Select routing daemon (default: routed)",
|
{ "router", "Select routing daemon (default: routed)",
|
||||||
dmenuVarCheck, configRouter, NULL, "router" },
|
dmenuVarCheck, configRouter, NULL, "router" },
|
||||||
{ "Rwhod", "This machine wants to run the rwho daemon",
|
{ "Rwhod", "This machine wants to run the rwho daemon",
|
||||||
|
|
Loading…
Reference in a new issue