X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: <4AA295B2.6000206@cygwin.com> References: <4AA18DE9 DOT 50800 AT t-online DOT de> <4AA199C7 DOT 3020109 AT byu DOT net> <4AA295B2 DOT 6000206 AT cygwin DOT com> Date: Sat, 5 Sep 2009 13:47:07 -0400 Message-ID: Subject: Re: Set root shell prompt in /etc/profile ? From: "Mark J. Reed" To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes 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 Well, based on the 4.0 sources, there are only a couple places where it checks for euid==0, but using a cached value rather than calling geteuid() every time. So I'm looking to see what the cascade effect would be of just storing a 0 there when running on Cygwin and the user is in the Administrators group. If that's too disruptive I'll look at adding a flag to the same structure, setting it appropriately, and testing it instead of the euid. On 9/5/09, Larry Hall (Cygwin) wrote: > On 09/04/2009 08:14 PM, Mark J. Reed wrote: >> On Fri, Sep 4, 2009 at 6:50 PM, Eric Blake wrote: >>> The ideal way would be patching bash to recognize if the current user has >>> root privileges (rather than its current check for just uid==0), so that >>> the PS1 escape \$ automatically printed # for privileged and $ for >>> normal. >>> >>> I'll add it to my TODO list, but if someone comes up with a patch first, >>> I'd gladly review it. >> >> Got a pointer to latest bash sources? I tried the savannah cvs >> repository and they don't seem to be there anymore. > > You could always use what's available through 'setup.exe'. > > -- > Larry Hall http://www.rfk.com > RFK Partners, Inc. (508) 893-9779 - RFK Office > 216 Dalton Rd. (508) 893-9889 - FAX > Holliston, MA 01746 > > _____________________________________________________________________ > > A: Yes. > > Q: Are you sure? > >> A: Because it reverses the logical flow of conversation. > >>> Q: Why is top posting annoying in email? > > -- > 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 > > -- Sent from my mobile device Mark J. Reed -- 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