diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2005-11-03 00:23:13 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2005-11-03 00:23:13 +0000 |
| commit | 4dd01ea40ab3d9c0121bc4d2b7cffaad98fe7a61 (patch) | |
| tree | adc04fe057c66d14006b9396f94653cec2e31e8b /release/scripts | |
| parent | d2f90294d48e69005ab50097ce873c1dd25ebabb (diff) | |
Notes
Diffstat (limited to 'release/scripts')
| -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 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']) |
