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...
This commit is contained in:
Ken Smith 2005-11-03 00:23:13 +00:00
parent d2f90294d4
commit 4dd01ea40a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=151985

View File

@ -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'])