X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Date: Sat, 05 Sep 2009 15:08:58 -0400 From: "cygwin at sipxx.com" Subject: Re: Set root shell prompt in /etc/profile ? In-reply-to: To: cygwin AT cygwin DOT com Message-id: <4AA2B74A.7040608@sipxx.com> MIME-version: 1.0 Content-type: text/plain; charset=UTF-8; format=flowed Content-transfer-encoding: 7BIT References: <4AA18DE9 DOT 50800 AT t-online DOT de> <4AA199C7 DOT 3020109 AT byu DOT net> <4AA295B2 DOT 6000206 AT cygwin DOT com> User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) 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 With all respect to the enthusiasm, but I think hardcoding this in bash is a bad idea. Bash isn't the only type of shell people use, and if you build this into the shell, you have to provide a switch to turn the non-standard behavior off. It is much better handled in profiles. $0.02 Mark J. Reed wrote: > 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 >> >> >> > > -- 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