summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/menus.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-06-29 02:53:09 +0000
committerjkh <jkh@FreeBSD.org>1996-06-29 02:53:09 +0000
commit0d2b2ebbd58132ee9400f412ae8ad88db85959ba (patch)
tree7e0e9268d08f609ebbe5fcf26f682107f77242f3 /release/sysinstall/menus.c
parent090d9e95466ae470991c6f6e22e2e111c0236728 (diff)
downloadFreeBSD-src-0d2b2ebbd58132ee9400f412ae8ad88db85959ba.zip
FreeBSD-src-0d2b2ebbd58132ee9400f412ae8ad88db85959ba.tar.gz
Sync with 2.1-stable (I commited my changes there first by mistake due to
an errant CVS tag file).
Diffstat (limited to 'release/sysinstall/menus.c')
-rw-r--r--release/sysinstall/menus.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/release/sysinstall/menus.c b/release/sysinstall/menus.c
index 3979657..abfb417 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.73 1996/06/27 07:03:44 jkh Exp $
+ * $Id: menus.c,v 1.74 1996/06/29 02:22:44 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -1037,8 +1037,6 @@ aspects of your system's network configuration.",
dmenuVarCheck, dmenuToggleVariable, NULL, "gateway=YES" },
{ "Gated", "This machine wants to run gated instead of routed",
dmenuVarCheck, configGated, NULL, "gated" },
- { "Novell", "Install the Novell client/server demo package",
- dmenuVarCheck, configNovell, NULL, "novell" },
{ "Ntpdate", "Select a clock-syncronization server",
dmenuVarCheck, dmenuSubmenu, NULL, &MenuNTP, '[', 'X', ']', (int)"ntpdate" },
{ "Routed", "Set flags for routed (default: -q)",
OpenPOWER on IntegriCloud