mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Change boolean nature of "router" variable since it's not a boolean
anymore. Noticed-By: joerg
This commit is contained in:
parent
e7df66ba64
commit
ab9a6af1c4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=20035
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
|
||||
* generation being essentially a complete rewrite.
|
||||
*
|
||||
* $Id: menus.c,v 1.96 1996/11/09 18:12:14 jkh Exp $
|
||||
* $Id: menus.c,v 1.97 1996/11/27 12:44:43 jkh Exp $
|
||||
*
|
||||
* Copyright (c) 1995
|
||||
* Jordan Hubbard. All rights reserved.
|
||||
|
@ -258,7 +258,7 @@ DMenu MenuIndex = {
|
|||
{ "Partition", "The disk Partition Editor", NULL, diskPartitionEditor },
|
||||
{ "PCNFSD", "Run authentication server for PC-NFS.", dmenuVarCheck, configPCNFSD, NULL, "pcnfsd" },
|
||||
{ "Root Password", "Set the system manager's password.", NULL, dmenuSystemCommand, NULL, "passwd root" },
|
||||
{ "Router", "Select routing daemon (default: routed)", dmenuVarCheck, configRouter, NULL, "router" },
|
||||
{ "Router", "Select routing daemon (default: routed)", NULL, configRouter, NULL, "router" },
|
||||
{ "Samba", "Configure Samba for LanManager access.", dmenuVarCheck, configSamba, NULL, "samba" },
|
||||
{ "Syscons", "The system console configuration menu.", NULL, dmenuSubmenu, NULL, &MenuSyscons },
|
||||
{ "Syscons, Font", "The console screen font.", NULL, dmenuSubmenu, NULL, &MenuSysconsFont },
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* This is probably the last program in the `sysinstall' line - the next
|
||||
* generation being essentially a complete rewrite.
|
||||
*
|
||||
* $Id: menus.c,v 1.96 1996/11/09 18:12:14 jkh Exp $
|
||||
* $Id: menus.c,v 1.97 1996/11/27 12:44:43 jkh Exp $
|
||||
*
|
||||
* Copyright (c) 1995
|
||||
* Jordan Hubbard. All rights reserved.
|
||||
|
@ -258,7 +258,7 @@ DMenu MenuIndex = {
|
|||
{ "Partition", "The disk Partition Editor", NULL, diskPartitionEditor },
|
||||
{ "PCNFSD", "Run authentication server for PC-NFS.", dmenuVarCheck, configPCNFSD, NULL, "pcnfsd" },
|
||||
{ "Root Password", "Set the system manager's password.", NULL, dmenuSystemCommand, NULL, "passwd root" },
|
||||
{ "Router", "Select routing daemon (default: routed)", dmenuVarCheck, configRouter, NULL, "router" },
|
||||
{ "Router", "Select routing daemon (default: routed)", NULL, configRouter, NULL, "router" },
|
||||
{ "Samba", "Configure Samba for LanManager access.", dmenuVarCheck, configSamba, NULL, "samba" },
|
||||
{ "Syscons", "The system console configuration menu.", NULL, dmenuSubmenu, NULL, &MenuSyscons },
|
||||
{ "Syscons, Font", "The console screen font.", NULL, dmenuSubmenu, NULL, &MenuSysconsFont },
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* This is probably the last program in the `sysinstall' line - the next
|
||||
* generation being essentially a complete rewrite.
|
||||
*
|
||||
* $Id: menus.c,v 1.96 1996/11/09 18:12:14 jkh Exp $
|
||||
* $Id: menus.c,v 1.97 1996/11/27 12:44:43 jkh Exp $
|
||||
*
|
||||
* Copyright (c) 1995
|
||||
* Jordan Hubbard. All rights reserved.
|
||||
|
@ -258,7 +258,7 @@ DMenu MenuIndex = {
|
|||
{ "Partition", "The disk Partition Editor", NULL, diskPartitionEditor },
|
||||
{ "PCNFSD", "Run authentication server for PC-NFS.", dmenuVarCheck, configPCNFSD, NULL, "pcnfsd" },
|
||||
{ "Root Password", "Set the system manager's password.", NULL, dmenuSystemCommand, NULL, "passwd root" },
|
||||
{ "Router", "Select routing daemon (default: routed)", dmenuVarCheck, configRouter, NULL, "router" },
|
||||
{ "Router", "Select routing daemon (default: routed)", NULL, configRouter, NULL, "router" },
|
||||
{ "Samba", "Configure Samba for LanManager access.", dmenuVarCheck, configSamba, NULL, "samba" },
|
||||
{ "Syscons", "The system console configuration menu.", NULL, dmenuSubmenu, NULL, &MenuSyscons },
|
||||
{ "Syscons, Font", "The console screen font.", NULL, dmenuSubmenu, NULL, &MenuSysconsFont },
|
||||
|
|
Loading…
Reference in a new issue