From ab9a6af1c4e994ae67c35a63b47c7b5c4d3bf4f7 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Fri, 29 Nov 1996 23:52:20 +0000 Subject: [PATCH] Change boolean nature of "router" variable since it's not a boolean anymore. Noticed-By: joerg --- release/sysinstall/menus.c | 4 ++-- usr.sbin/sade/menus.c | 4 ++-- usr.sbin/sysinstall/menus.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/release/sysinstall/menus.c b/release/sysinstall/menus.c index a7921ad4af34..46fc43a9e824 100644 --- a/release/sysinstall/menus.c +++ b/release/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 }, diff --git a/usr.sbin/sade/menus.c b/usr.sbin/sade/menus.c index a7921ad4af34..46fc43a9e824 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 a7921ad4af34..46fc43a9e824 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 },