summaryrefslogtreecommitdiffstats
path: root/release/sysinstall
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-12-29 05:28:41 +0000
committerjkh <jkh@FreeBSD.org>1996-12-29 05:28:41 +0000
commit9e30bacfe68adadb16f589596d5c635134ac9755 (patch)
tree40e23d5a366be224c7514553f79027725a764465 /release/sysinstall
parent4cd5e2e61457bd07a87cc637c61b523334016cb5 (diff)
downloadFreeBSD-src-9e30bacfe68adadb16f589596d5c635134ac9755.zip
FreeBSD-src-9e30bacfe68adadb16f589596d5c635134ac9755.tar.gz
Add a "catpages" distribution for the catman stuff.
Submitted-By: joerg
Diffstat (limited to 'release/sysinstall')
-rw-r--r--release/sysinstall/dist.c3
-rw-r--r--release/sysinstall/dist.h3
-rw-r--r--release/sysinstall/menus.c4
3 files changed, 7 insertions, 3 deletions
diff --git a/release/sysinstall/dist.c b/release/sysinstall/dist.c
index fc802d2..175cb11 100644
--- a/release/sysinstall/dist.c
+++ b/release/sysinstall/dist.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: dist.c,v 1.83 1996/12/12 08:33:36 jkh Exp $
+ * $Id: dist.c,v 1.84 1996/12/14 23:08:58 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -65,6 +65,7 @@ static Distribution DistTable[] = {
{ "doc", "/", &Dists, DIST_DOC, NULL },
{ "games", "/", &Dists, DIST_GAMES, NULL },
{ "manpages", "/", &Dists, DIST_MANPAGES, NULL },
+{ "catpages", "/", &Dists, DIST_CATPAGES, NULL },
{ "proflibs", "/", &Dists, DIST_PROFLIBS, NULL },
{ "dict", "/", &Dists, DIST_DICT, NULL },
{ "info", "/", &Dists, DIST_INFO, NULL },
diff --git a/release/sysinstall/dist.h b/release/sysinstall/dist.h
index 3f34f06..a76f3d3 100644
--- a/release/sysinstall/dist.h
+++ b/release/sysinstall/dist.h
@@ -15,7 +15,8 @@
#define DIST_COMPAT21 0x0400
#define DIST_XF86 0x0800
#define DIST_DES 0x1000
-#define DIST_ALL 0x1FFF
+#define DIST_CATPAGES 0x2000
+#define DIST_ALL 0x3FFF
/* Canned distribution sets */
#define _DIST_DEVELOPER \
diff --git a/release/sysinstall/menus.c b/release/sysinstall/menus.c
index bb461de..ae2c2aa 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.100 1996/12/09 06:02:28 jkh Exp $
+ * $Id: menus.c,v 1.101 1996/12/12 22:38:40 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -659,6 +659,8 @@ DMenu MenuSubDistributions = {
dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_INFO },
{ "man", "System manual pages - recommended [3.3M]",
dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_MANPAGES },
+ { "catman", "Preformatted system manual pages [3M]",
+ dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_CATPAGES },
{ "proflibs", "Profiled versions of the libraries [3.3M]",
dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_PROFLIBS },
{ "src", "Sources for everything but DES [120M]",
OpenPOWER on IntegriCloud