summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/menus.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-06-29 02:22:48 +0000
committerjkh <jkh@FreeBSD.org>1996-06-29 02:22:48 +0000
commit090d9e95466ae470991c6f6e22e2e111c0236728 (patch)
treebe414feb50fbe8649ad8b2dac3b5424395d2813a /release/sysinstall/menus.c
parent9619e29bbae46a535e84c64c85cc0d6311599e8a (diff)
downloadFreeBSD-src-090d9e95466ae470991c6f6e22e2e111c0236728.zip
FreeBSD-src-090d9e95466ae470991c6f6e22e2e111c0236728.tar.gz
Copy the documentation files up into the release area - I've been doing
this by hand all along. Silly.
Diffstat (limited to 'release/sysinstall/menus.c')
-rw-r--r--release/sysinstall/menus.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/release/sysinstall/menus.c b/release/sysinstall/menus.c
index e9ddc05..3979657 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.72 1996/06/26 09:09:30 jkh Exp $
+ * $Id: menus.c,v 1.73 1996/06/27 07:03:44 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -1037,6 +1037,8 @@ 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