X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Fri, 12 Feb 2010 11:09:58 +0100 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: cron & Windows 7 Message-ID: <20100212100958.GU28659@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <010601caaaca$58aa1e20$7b00a8c0 AT wirelessworld DOT airvananet DOT com> <4B73894B DOT 4060306 AT tpg DOT com DOT au> <014d01caab1d$bed91720$7b00a8c0 AT wirelessworld DOT airvananet DOT com> <20100211134116 DOT GM28659 AT calimero DOT vinschen DOT de> <01a301caab2a$1c496a70$7b00a8c0 AT wirelessworld DOT airvananet DOT com> <20100211151748 DOT GN28659 AT calimero DOT vinschen DOT de> <01ef01caab42$ed7a31c0$7b00a8c0 AT wirelessworld DOT airvananet DOT com> <20100211185214 DOT GS28659 AT calimero DOT vinschen DOT de> <027b01caab6e$2dc88a30$7b00a8c0 AT wirelessworld DOT airvananet DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <027b01caab6e$2dc88a30$7b00a8c0@wirelessworld.airvananet.com> User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 On Feb 11 18:01, Pierre A. Humblet wrote: > ----- Original Message ----- > From: "Corinna Vinschen" > To: > Sent: Thursday, February 11, 2010 13:52 > | > | Uh oh. Is the name of the BUILTIN group not BUILTIN on non-English > | systems? If so, the code in get_user_local_groups must be changed to > | emit the correct name, rather than just storing the fixed string > | "BUILTIN\\" in builtin_grp. > > Will do, this weekend at the latest. Matthias did a preliminary test on Win 7. > I learned that in German BUILTIN is VORDEFINIERT :) > I wonder if the translation is a Win 7 feature or if has been there all the time. I think it was always there, but I'm not sure. Btw., there's a bug in my patch: bg_ptr = wcpcpy (builtin_grp, L"\\"); should actually be bg_ptr = wcpcpy (bg_grp, L"\\"); Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple