aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2005-11-03 00:35:25 +0000
committerKen Smith <kensmith@FreeBSD.org>2005-11-03 00:35:25 +0000
commit3d215489fe03c6c5cecc3b5ed9ea39118e6ce379 (patch)
tree76fc0061b25f697381953c84567702a8d3c28243
parentda2cd746e74e388f20d6c9a622d961c105e414ad (diff)
> date: 2005/11/03 00:23:13; author: kensmith; state: Exp; lines: +1 -6 > It had been noticed disc2 was overflowing earlier but committing the > fix slipped through a crack. Remove the apache and php packages under > the assumption someone installing a Web server has network access and > doesn't *need* the packages on disc2. Approved by: re (scottl)
Notes
Notes: svn path=/releng/6.0/; revision=151987 svn path=/release/6.0.0/; revision=151988; tag=release/6.0.0
-rw-r--r--release/scripts/package-split.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/release/scripts/package-split.py b/release/scripts/package-split.py
index 9b1c1a78cf74..61dbc39c7c5e 100644
--- a/release/scripts/package-split.py
+++ b/release/scripts/package-split.py
@@ -93,12 +93,7 @@ def disc2_packages():
'www/lynx',
'x11/rxvt',
# Formerly on disc3
- 'lang/php4',
- 'lang/php5',
- 'security/portaudit',
- 'www/apache13',
- 'www/apache13-modssl',
- 'www/apache2'])
+ 'security/portaudit'])
if arch == 'i386':
pkgs.extend(['comms/ltmdm',
'www/opera'])