diff options
author | kensmith <kensmith@FreeBSD.org> | 2005-11-03 00:23:13 +0000 |
---|---|---|
committer | kensmith <kensmith@FreeBSD.org> | 2005-11-03 00:23:13 +0000 |
commit | 7cc0bf63f629b7fa389ba3a9b967aeb7f2acdcda (patch) | |
tree | adc04fe057c66d14006b9396f94653cec2e31e8b /release | |
parent | 93ee5d4e7ba01f19d14d35b388a1097d2e74fcd3 (diff) | |
download | FreeBSD-src-7cc0bf63f629b7fa389ba3a9b967aeb7f2acdcda.zip FreeBSD-src-7cc0bf63f629b7fa389ba3a9b967aeb7f2acdcda.tar.gz |
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.
This will be insta-MFCed...
Diffstat (limited to 'release')
-rw-r--r-- | release/scripts/package-split.py | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/release/scripts/package-split.py b/release/scripts/package-split.py index 9b1c1a7..61dbc39 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']) |