From owner-cvs-all Sat Jul 22 18:50:47 2000 Delivered-To: cvs-all@freebsd.org Received: from mail.hiwaay.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id A152C37B705; Sat, 22 Jul 2000 18:50:41 -0700 (PDT) (envelope-from steve@hiwaay.net) Received: from hiwaay.net (tnt6-216-180-4-58.dialup.HiWAAY.net [216.180.4.58]) by mail.hiwaay.net (8.11.0/8.11.0) with ESMTP id e6N1odP25374; Sat, 22 Jul 2000 20:50:39 -0500 (CDT) Received: (from steve@localhost) by hiwaay.net (8.9.3/8.9.3) id UAA38262; Sat, 22 Jul 2000 20:50:38 -0500 (CDT) (envelope-from steve) Date: Sat, 22 Jul 2000 20:50:37 -0500 From: Steve Price To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh Message-ID: <20000722205036.B5963@bonsai.hiwaay.net> References: <200007222343.QAA36091@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200007222343.QAA36091@freefall.freebsd.org>; from obrien@FreeBSD.org on Sat, Jul 22, 2000 at 04:43:54PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jul 22, 2000 at 04:43:54PM -0700, David E. O'Brien wrote: # obrien 2000/07/22 16:43:54 PDT # # Modified files: # release/scripts print-cdrom-packages.sh # Log: # More highly popular packages from the 1998 poll done on -newbies. # # Approved by: JKH # # Revision Changes Path # 1.5 +27 -1 src/release/scripts/print-cdrom-packages.sh Just out of curiousity, do we really need three versions of ncftp? +CDROM_SET_1="${CDROM_SET_1} ftp/ncftp" +CDROM_SET_1="${CDROM_SET_1} ftp/ncftp2" +CDROM_SET_1="${CDROM_SET_1} ftp/ncftp3" Also it might make life a bit easier if there were some order to the ... well, err, ... the order of this list. :) You'll also need this patch to fix a couple of typos. -steve Index: print-cdrom-packages.sh =================================================================== RCS file: /home/ncvs/src/release/scripts/print-cdrom-packages.sh,v retrieving revision 1.5 diff -u -r1.5 print-cdrom-packages.sh --- print-cdrom-packages.sh 2000/07/22 23:43:53 1.5 +++ print-cdrom-packages.sh 2000/07/23 01:45:38 @@ -82,13 +82,13 @@ CDROM_SET_1="${CDROM_SET_1} www/netscape47-navigator" CDROM_SET_1="${CDROM_SET_1} www/lynx" CDROM_SET_1="${CDROM_SET_1} print/acroread" -CDROM_SET_1="${CDROM_SET_1} print/xpdf" CDROM_SET_1="${CDROM_SET_1} print/gv" CDROM_SET_1="${CDROM_SET_1} print/ghostview" +CDROM_SET_1="${CDROM_SET_1} graphics/xpdf" CDROM_SET_1="${CDROM_SET_1} graphics/xv" CDROM_SET_1="${CDROM_SET_1} mail/fetchmail" CDROM_SET_1="${CDROM_SET_1} mail/mutt" -CDROM_SET_1="${CDROM_SET_1} mail/pine" +CDROM_SET_1="${CDROM_SET_1} mail/pine4" CDROM_SET_1="${CDROM_SET_1} mail/xfmail" CDROM_SET_1="${CDROM_SET_1} news/tin" CDROM_SET_1="${CDROM_SET_1} news/slrn" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message