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 Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <00bf01c19af7$40b35a20$0200a8c0@lifelesswks> From: "Robert Collins" To: "Joshua Franklin" , References: <20020111165547 DOT 4290 DOT qmail AT web20003 DOT mail DOT yahoo DOT com> Subject: Re: possible patch for cygwin.bat Date: Sat, 12 Jan 2002 10:25:26 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-OriginalArrivalTime: 11 Jan 2002 23:25:23.0938 (UTC) FILETIME=[3E81D420:01C19AF7] Yes, this should be a post-install shell script to replace/update cygwin.bat. Direct (non data driven) creation from setup.exe of _anything_ is deprecated. Rob === ----- Original Message ----- From: "Joshua Franklin" To: Sent: Saturday, January 12, 2002 3:55 AM Subject: possible patch for cygwin.bat > Here's a possible patch to include a couple rxvt > lines REMed out. No changelog yet since I figure it > needs comments. Anyone? > > --- desktop.cc-orig Fri Jan 11 10:38:12 2002 > +++ desktop.cc Fri Jan 11 10:46:18 2002 > @@ -199,6 +199,9 @@ make_cygwin_bat () > backslash (concat (get_root_dir () + 2, > "/bin", 0))); > > fprintf (bat, "bash --login -i\n"); > + fprintf (bat, "REM If rxvt is installed, use this > to use it.\n"); > + fprintf (bat, "REM SEE ALSO man rxvt for more > information on options.\n"); > + fprintf (bat, "REM rxvt -fn \"Fixedsys\" -e > /bin/bash --login -i \n"); > > fclose (bat); > } > > > > __________________________________________________ > Do You Yahoo!? > Send FREE video emails in Yahoo! Mail! > http://promo.yahoo.com/videomail/ > > -- > 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/ > > -- 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/