From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26313 invoked by alias); 24 Dec 2005 17:02:04 -0000 Received: (qmail 26303 invoked by uid 22791); 24 Dec 2005 17:02:04 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Sat, 24 Dec 2005 17:02:03 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1EqCmN-0003Hp-5w for gdb-patches@sourceware.org; Sat, 24 Dec 2005 12:01:59 -0500 Date: Tue, 27 Dec 2005 04:09:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sourceware.org Subject: Re: Update Copyright and FSF address (was: [RFC] fix testsuite/gdb.cp/printmethod) Message-ID: <20051224170159.GA12577@nevyn.them.org> Mail-Followup-To: gdb-patches@sourceware.org References: <4395D411.6020904@st.com> <20051207230807.GA7483@nevyn.them.org> <20051208044236.GB14351@nevyn.them.org> <20051223194042.GA31176@nevyn.them.org> <20051224161552.GB11718@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.8i X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2005-12/txt/msg00294.txt.bz2 On Sat, Dec 24, 2005 at 06:31:41PM +0200, Eli Zaretskii wrote: > > Date: Sat, 24 Dec 2005 11:15:52 -0500 > > From: Daniel Jacobowitz > > > > On Sat, Dec 24, 2005 at 10:57:25AM +0200, Eli Zaretskii wrote: > > > > I've taken care of it, and the images appear uncorrupted now. > > > > > > Thanks. But the image files are still not marked with -kb. Can > > > someone please do that? > > > > Done > > Thanks. > > > are you sure you couldn't do that yourself? I believe admin -kb > > doesn't require any privileges (since I don't seem to have any). > > I didn't even try: I assumed that all admin commands required these > privileges, since "admin -o" wanted them. Let's see... On unix, if there is a group named cvsadmin, only members of that group can run cvs admin commands, except for those specified using the UserAdminOptions configuration option in the CVSROOT/config file. Options specified using UserAdminOptions can be run by any user. See see node `config' in the CVS manual for more on UserAdminOptions. and: When not specified, `UserAdminOptions' defaults to `k'. In other words, it defaults to allowing users outside of the `cvsadmin' group to use the `cvs admin' command only to change the default keyword expansion mode for files. There we go; mystery solved. It covers everything except this :-) -- Daniel Jacobowitz CodeSourcery, LLC