From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6829 invoked by alias); 24 Dec 2005 17:37:08 -0000 Received: (qmail 6819 invoked by uid 22791); 24 Dec 2005 17:37:08 -0000 X-Spam-Check-By: sourceware.org Received: from gandalf.inter.net.il (HELO gandalf.inter.net.il) (192.114.186.17) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 24 Dec 2005 17:37:07 +0000 Received: from nitzan.inter.net.il (nitzan.inter.net.il [192.114.186.20]) by gandalf.inter.net.il (MOS 3.7.1-GA) with ESMTP id HJB14675; Sat, 24 Dec 2005 19:37:03 +0200 (IST) Received: from HOME-C4E4A596F7 (IGLD-83-130-207-150.inter.net.il [83.130.207.150]) by nitzan.inter.net.il (MOS 3.7.2-GA) with ESMTP id CGY40299 (AUTH halo1); Sat, 24 Dec 2005 19:37:02 +0200 (IST) Date: Tue, 27 Dec 2005 12:23:00 -0000 Message-Id: From: Eli Zaretskii To: gdb-patches@sourceware.org In-reply-to: <20051224170159.GA12577@nevyn.them.org> (message from Daniel Jacobowitz on Sat, 24 Dec 2005 12:01:59 -0500) Subject: Re: Update Copyright and FSF address (was: [RFC] fix testsuite/gdb.cp/printmethod) Reply-to: Eli Zaretskii 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> <20051224170159.GA12577@nevyn.them.org> 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/msg00295.txt.bz2 > Date: Sat, 24 Dec 2005 12:01:59 -0500 > From: Daniel Jacobowitz > > 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. Thanks for taking time to explain this.