summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-11-29 23:52:20 +0000
committerjkh <jkh@FreeBSD.org>1996-11-29 23:52:20 +0000
commit1722853c412eb05b6fe1e553757ff02751d56cc7 (patch)
tree10e5839ee1f9595cdec4aaa757bbadb4aaccdbc5 /usr.sbin
parent75d0c2810e5ec5c5d5cbce1c495908d70de36b20 (diff)
downloadFreeBSD-src-1722853c412eb05b6fe1e553757ff02751d56cc7.zip
FreeBSD-src-1722853c412eb05b6fe1e553757ff02751d56cc7.tar.gz
Change boolean nature of "router" variable since it's not a boolean
anymore. Noticed-By: joerg
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/sade/menus.c4
-rw-r--r--usr.sbin/sysinstall/menus.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/sade/menus.c b/usr.sbin/sade/menus.c
index a7921ad..46fc43a 100644
--- a/usr.sbin/sade/menus.c
+++ b/usr.sbin/sade/menus.c
@@ -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 },
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c
index a7921ad..46fc43a 100644
--- a/usr.sbin/sysinstall/menus.c
+++ b/usr.sbin/sysinstall/menus.c
@@ -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 },
OpenPOWER on IntegriCloud