diff options
author | Ken Smith <kensmith@FreeBSD.org> | 2005-11-03 00:35:25 +0000 |
---|---|---|
committer | Ken Smith <kensmith@FreeBSD.org> | 2005-11-03 00:35:25 +0000 |
commit | 3d215489fe03c6c5cecc3b5ed9ea39118e6ce379 (patch) | |
tree | 76fc0061b25f697381953c84567702a8d3c28243 | |
parent | da2cd746e74e388f20d6c9a622d961c105e414ad (diff) |
Notes
-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 9b1c1a78cf74c..61dbc39c7c5ef 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']) |