diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-12-08 12:27:58 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-12-08 12:27:58 +0000 |
| commit | ba5555f0e64be223addf772bb3a13733f8d15d83 (patch) | |
| tree | 8648139dc4eb497c395e1a22bf82b327bf3d4481 /release/sysinstall/menus.c | |
| parent | 5703427770eb6696740443850ffdfd9aa2c52e99 (diff) | |
Notes
Diffstat (limited to 'release/sysinstall/menus.c')
| -rw-r--r-- | release/sysinstall/menus.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/release/sysinstall/menus.c b/release/sysinstall/menus.c index 46fc43a9e824..dc20fcfb82f3 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.97 1996/11/27 12:44:43 jkh Exp $ + * $Id: menus.c,v 1.98 1996/11/29 23:52:20 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -641,8 +641,6 @@ DMenu MenuSubDistributions = { NULL, { { "bin", "Binary base distribution (required) [36M]", dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_BIN }, - { "commerce", "Commercial and shareware demos [10M]", - dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_COMMERCIAL }, { "compat1x", "FreeBSD 1.x binary compatibility [2M]", dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_COMPAT1X }, { "compat20", "FreeBSD 2.0 binary compatibility [2M]", @@ -667,8 +665,6 @@ DMenu MenuSubDistributions = { srcFlagCheck, distSetSrc }, { "XFree86", "The XFree86 3.2 distribution", x11FlagCheck, distSetXF86 }, - { "xperimnt", "Experimental work in progress!", - dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_EXPERIMENTAL }, { "All", "All sources, binaries and XFree86 binaries [700M]", NULL, distSetEverything, NULL, NULL, ' ', ' ', ' ' }, { "Clear", "Reset all of the above [0M]", |
