Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: "Ronald Landheer-Cieslak" To: Subject: FW: path to /etc/profile.default Date: Mon, 18 Nov 2002 07:35:18 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id gAI6jYU12534 Hi y'all, After brushing up on my C++, getting married, etc. etc. I decided to check out the source of cygwin to see if there's anything I can do on the work I kinda promised a while ago. Had to apply a little "patch" to the CVSROOT though, so to help you incite others to help you, here's the "patch" Bye, Ronald NB: sorry for sending it to the wrong list first.. --- profile.default~ 2002-07-30 16:20:08.000000000 +0200 +++ profile.default 2002-11-16 13:38:38.000000000 +0100 @@ -40,7 +40,7 @@ export CVS_RSH=/bin/ssh # Patches to Cygwin always appreciated ;) -#export CVSROOT=:pserver:anoncvs AT anoncvs DOT cygnus DOT com:/cvs/src +#export CVSROOT=:pserver:anoncvs AT sources DOT redhat DOT com:/cvs/src # Set a HOSTNAME variable to the host name in lower case letters export HOSTNAME=`hostname | tr '[A-Z]' '[a-z]'` -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/