From 2c10b9fdfa2f9c0d4750a15934ded01ab84aa383 Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Mon, 3 May 2004 00:47:35 +0000 Subject: [PATCH] s/emacs21/emacs/ The emacs21 ports has been retired on March 21st and the emacs port was updated to version 21.3. --- release/scripts/print-cdrom-packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/scripts/print-cdrom-packages.sh b/release/scripts/print-cdrom-packages.sh index 7afa72186570..34db6789babd 100755 --- a/release/scripts/print-cdrom-packages.sh +++ b/release/scripts/print-cdrom-packages.sh @@ -109,7 +109,7 @@ CDROM_SET_1="${CDROM_SET_1} www/links" # This is the set of "people really want these" packages. Please add to # this list. CDROM_SET_1="${CDROM_SET_1} astro/xearth" -CDROM_SET_1="${CDROM_SET_1} editors/emacs21" +CDROM_SET_1="${CDROM_SET_1} editors/emacs" CDROM_SET_1="${CDROM_SET_1} editors/vim" CDROM_SET_1="${CDROM_SET_1} editors/vim-lite" CDROM_SET_1="${CDROM_SET_1} emulators/mtools"