diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2008-08-14 13:35:22 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2008-08-14 13:35:22 +0000 |
| commit | c7a2201a7dbbf661a8c793929228e8e67152b330 (patch) | |
| tree | b4cf30f8584b8cdfc77ca3cad3475fa6616b7c11 | |
| parent | 5c43e5f42d52f12b0018eaa46130e8d6dd59bda8 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/sysinstall/dist.c | 1 | ||||
| -rw-r--r-- | usr.sbin/sysinstall/dist.h | 1 | ||||
| -rw-r--r-- | usr.sbin/sysinstall/menus.c | 2 |
3 files changed, 0 insertions, 4 deletions
diff --git a/usr.sbin/sysinstall/dist.c b/usr.sbin/sysinstall/dist.c index 61c7c23f3c27..10f82621b669 100644 --- a/usr.sbin/sysinstall/dist.c +++ b/usr.sbin/sysinstall/dist.c @@ -109,7 +109,6 @@ static Distribution KernelDistTable[] = { static Distribution SrcDistTable[] = { DTE_TARBALL("sbase", &SrcDists, SRC_BASE, "/usr/src"), DTE_TARBALL("scddl", &SrcDists, SRC_CDDL, "/usr/src"), - DTE_TARBALL("scompat", &SrcDists, SRC_COMPAT, "/usr/src"), DTE_TARBALL("scontrib", &SrcDists, SRC_CONTRIB, "/usr/src"), DTE_TARBALL("scrypto", &SrcDists, SRC_SCRYPTO, "/usr/src"), DTE_TARBALL("sgnu", &SrcDists, SRC_GNU, "/usr/src"), diff --git a/usr.sbin/sysinstall/dist.h b/usr.sbin/sysinstall/dist.h index 8fbe92521f24..cfa82026482b 100644 --- a/usr.sbin/sysinstall/dist.h +++ b/usr.sbin/sysinstall/dist.h @@ -44,7 +44,6 @@ #define DIST_SRC_SKERBEROS5 0x40000 #define DIST_SRC_RESCUE 0x80000 #define DIST_SRC_CDDL 0x100000 -#define DIST_SRC_COMPAT 0x200000 #define DIST_SRC_ALL 0x3FFFFF /* Subtypes for X.Org packages */ diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c index 7b4e23c833d5..45ac4af19c57 100644 --- a/usr.sbin/sysinstall/menus.c +++ b/usr.sbin/sysinstall/menus.c @@ -1011,8 +1011,6 @@ DMenu MenuSrcDistributions = { dmenuFlagCheck, dmenuSetFlag, NULL, &SrcDists, '[', 'X', ']', DIST_SRC_BASE }, { " cddl", "/usr/src/cddl (software from Sun)", dmenuFlagCheck, dmenuSetFlag, NULL, &SrcDists, '[', 'X', ']', DIST_SRC_CDDL }, - { " compat", "/usr/src/compat (compatibility software)", - dmenuFlagCheck, dmenuSetFlag, NULL, &SrcDists, '[', 'X', ']', DIST_SRC_COMPAT }, { " contrib", "/usr/src/contrib (contributed software)", dmenuFlagCheck, dmenuSetFlag, NULL, &SrcDists, '[', 'X', ']', DIST_SRC_CONTRIB }, { " crypto", "/usr/src/crypto (contrib encryption sources)", |
