diff options
author | marcus <marcus@FreeBSD.org> | 2003-09-21 19:07:23 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-09-21 19:07:23 +0000 |
commit | e00d0cba688f12ec2274ddc3b519e71c5f048311 (patch) | |
tree | ac67f2206a46d21dc6381d58e7d0b30689eefeb3 /release/scripts | |
parent | e8e421549df98af3f66ffeb313f518ef2954148a (diff) | |
download | FreeBSD-src-e00d0cba688f12ec2274ddc3b519e71c5f048311.zip FreeBSD-src-e00d0cba688f12ec2274ddc3b519e71c5f048311.tar.gz |
Put x11-wm/sawfish2 and irc/xchat on CD 1 instead of sawfish and xchat.
Sawfish is gone, and xchat2 is more widely used these days since it is the
current stable release.
Approved by: re (murray)
Diffstat (limited to 'release/scripts')
-rwxr-xr-x | release/scripts/print-cdrom-packages.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/scripts/print-cdrom-packages.sh b/release/scripts/print-cdrom-packages.sh index 8eef4f5..560c7d6 100755 --- a/release/scripts/print-cdrom-packages.sh +++ b/release/scripts/print-cdrom-packages.sh @@ -92,7 +92,7 @@ CDROM_SET_1="${CDROM_SET_1} x11-servers/XFree86-4-VirtualFramebufferServer" CDROM_SET_1="${CDROM_SET_1} x11-wm/afterstep" CDROM_SET_1="${CDROM_SET_1} x11-wm/enlightenment" CDROM_SET_1="${CDROM_SET_1} x11-wm/fvwm2" -CDROM_SET_1="${CDROM_SET_1} x11-wm/sawfish" +CDROM_SET_1="${CDROM_SET_1} x11-wm/sawfish2" CDROM_SET_1="${CDROM_SET_1} x11-wm/windowmaker" CDROM_SET_1="${CDROM_SET_1} x11/XFree86-4" CDROM_SET_1="${CDROM_SET_1} x11/XFree86-4-clients" @@ -114,7 +114,7 @@ CDROM_SET_1="${CDROM_SET_1} ftp/ncftp" CDROM_SET_1="${CDROM_SET_1} graphics/gimp1" CDROM_SET_1="${CDROM_SET_1} graphics/xpdf" CDROM_SET_1="${CDROM_SET_1} graphics/xv" -CDROM_SET_1="${CDROM_SET_1} irc/xchat" +CDROM_SET_1="${CDROM_SET_1} irc/xchat2" CDROM_SET_1="${CDROM_SET_1} mail/exim" CDROM_SET_1="${CDROM_SET_1} mail/fetchmail" CDROM_SET_1="${CDROM_SET_1} mail/mutt" |