From ba5555f0e64be223addf772bb3a13733f8d15d83 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Sun, 8 Dec 1996 12:27:58 +0000 Subject: Several areas of improvement: o Incorporate some of Tatsumi's bug fixes. o Remove the xperimnt and commerce distribution items; they haven't been actual distributions for awhile. o Try to sanitize the device checking code a little more. o Cosmetic work on the network code. --- release/sysinstall/dist.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'release/sysinstall/dist.h') diff --git a/release/sysinstall/dist.h b/release/sysinstall/dist.h index 58f35c7cd828..3f34f068257f 100644 --- a/release/sysinstall/dist.h +++ b/release/sysinstall/dist.h @@ -14,10 +14,8 @@ #define DIST_COMPAT20 0x0200 #define DIST_COMPAT21 0x0400 #define DIST_XF86 0x0800 -#define DIST_COMMERCIAL 0x1000 -#define DIST_DES 0x2000 -#define DIST_EXPERIMENTAL 0x4000 -#define DIST_ALL 0xFFFF +#define DIST_DES 0x1000 +#define DIST_ALL 0x1FFF /* Canned distribution sets */ #define _DIST_DEVELOPER \ -- cgit v1.2.3