summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/menus.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-06-29 03:43:25 +0000
committerjkh <jkh@FreeBSD.org>1996-06-29 03:43:25 +0000
commite0a4a16767b6c3638ff6dc8f70866020a1367df3 (patch)
treea2a843a4e91bf492e100c7c1f340e7cf5b4fffdf /usr.sbin/sysinstall/menus.c
parentee1f52e852a3c4fe06e4787abb10d512f77a3cea (diff)
downloadFreeBSD-src-e0a4a16767b6c3638ff6dc8f70866020a1367df3.zip
FreeBSD-src-e0a4a16767b6c3638ff6dc8f70866020a1367df3.tar.gz
Put my changes back - Thanks, Peter! Boy, an errant Tag sure can mess
you up! :-)
Diffstat (limited to 'usr.sbin/sysinstall/menus.c')
-rw-r--r--usr.sbin/sysinstall/menus.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c
index abfb417..0ee8a9c 100644
--- a/usr.sbin/sysinstall/menus.c
+++ b/usr.sbin/sysinstall/menus.c
@@ -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