diff options
| author | Murray Stokely <murray@FreeBSD.org> | 2002-05-28 08:44:46 +0000 |
|---|---|---|
| committer | Murray Stokely <murray@FreeBSD.org> | 2002-05-28 08:44:46 +0000 |
| commit | cf5c4f048ea045c7b230a2d54d0b726f834fcecd (patch) | |
| tree | 61fcf67bfb5508d9ff644cc7c06e07836d348f1e /release/scripts | |
| parent | 0c535991dfda4c512247d1a68569991143f24385 (diff) | |
Notes
Diffstat (limited to 'release/scripts')
| -rwxr-xr-x | release/scripts/print-cdrom-packages.sh | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/release/scripts/print-cdrom-packages.sh b/release/scripts/print-cdrom-packages.sh index 5b1718c1b889..30d569e2d018 100755 --- a/release/scripts/print-cdrom-packages.sh +++ b/release/scripts/print-cdrom-packages.sh @@ -88,6 +88,7 @@ CDROM_SET_1="${CDROM_SET_1} x11/XFree86-4-libraries" CDROM_SET_1="${CDROM_SET_1} x11/XFree86-4-manuals" CDROM_SET_1="${CDROM_SET_1} x11/gnome" CDROM_SET_1="${CDROM_SET_1} x11/kde3" +CDROM_SET_1="${CDROM_SET_1} www/links" # This is the set of "people really want these" packages. Please add to # this list. @@ -146,11 +147,13 @@ CDROM_SET_1="${CDROM_SET_1} misc/compat4x" ## End of set for CDROM #2 ## Start of set for CDROM #3 -CDROM_SET_3="${CDROM_SET_3} print/teTeX" -CDROM_SET_3="${CDROM_SET_3} textproc/docproj" CDROM_SET_3="${CDROM_SET_3} editors/xemacs21" CDROM_SET_3="${CDROM_SET_3} graphics/gimp1" CDROM_SET_3="${CDROM_SET_3} lang/gnat" +CDROM_SET_3="${CDROM_SET_3} net/cvsup-without-gui" +CDROM_SET_3="${CDROM_SET_3} print/acroread4" +CDROM_SET_3="${CDROM_SET_3} print/teTeX" +CDROM_SET_3="${CDROM_SET_3} textproc/docproj" ## End of set for CDROM #3 |
