Date: Thu, 11 Nov 2004 19:50:36 GMT From: Olafur Osvaldsson <oli@isnic.is> To: freebsd-qa@FreeBSD.org Subject: Re: bin/72232: [sysinstall] Installer installs gui-enabled cvsup Message-ID: <200411111950.iABJoa1S017444@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/72232; it has been noted by GNATS. From: Olafur Osvaldsson <oli@isnic.is> To: freebsd-gnats-submit@FreeBSD.org Cc: re@FreeBSD.org Subject: Re: bin/72232: [sysinstall] Installer installs gui-enabled cvsup Date: Thu, 11 Nov 2004 19:47:37 +0000 --3MwIy2ne0vdjdPXF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I for one would like to see cvsup-without-gui on disc 1 and beleive that many agree. A patch wich I beleive fixes this is attached. /Oli -- Olafur Osvaldsson Systems Administrator Internet a Islandi hf. Tel: +354 525-5291 Email: oli@isnic.is --3MwIy2ne0vdjdPXF Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="print-cdrom-packages.sh.diff" --- release/scripts/print-cdrom-packages.sh.orig Thu Nov 11 19:42:40 2004 +++ release/scripts/print-cdrom-packages.sh Thu Nov 11 19:25:37 2004 @@ -136,7 +136,7 @@ CDROM_SET_1="${CDROM_SET_1} mail/popd" CDROM_SET_1="${CDROM_SET_1} mail/xfmail" CDROM_SET_1="${CDROM_SET_1} misc/bsdiff" - CDROM_SET_1="${CDROM_SET_1} net/cvsup" + CDROM_SET_1="${CDROM_SET_1} net/cvsup-without-gui" CDROM_SET_1="${CDROM_SET_1} net/rsync" CDROM_SET_1="${CDROM_SET_1} net/samba" CDROM_SET_1="${CDROM_SET_1} news/slrn" @@ -183,7 +183,7 @@ CDROM_SET_3="${CDROM_SET_3} lang/gnat" CDROM_SET_3="${CDROM_SET_3} lang/php4" CDROM_SET_3="${CDROM_SET_3} lang/php5" -CDROM_SET_3="${CDROM_SET_3} net/cvsup-without-gui" +CDROM_SET_3="${CDROM_SET_3} net/cvsup" CDROM_SET_3="${CDROM_SET_3} print/teTeX" CDROM_SET_3="${CDROM_SET_3} security/portaudit" CDROM_SET_3="${CDROM_SET_3} textproc/docproj-jadetex" --3MwIy2ne0vdjdPXF--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411111950.iABJoa1S017444>