From owner-cvs-src@FreeBSD.ORG Sun Mar 11 21:01:03 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F283416A402; Sun, 11 Mar 2007 21:01:02 +0000 (UTC) (envelope-from simon@zaphod.nitro.dk) Received: from mx.nitro.dk (zarniwoop.nitro.dk [83.92.207.38]) by mx1.freebsd.org (Postfix) with ESMTP id B3A1F13C45B; Sun, 11 Mar 2007 21:01:02 +0000 (UTC) (envelope-from simon@zaphod.nitro.dk) Received: from zaphod.nitro.dk (unknown [192.168.3.39]) by mx.nitro.dk (Postfix) with ESMTP id 3C7EC32DD7F; Sun, 11 Mar 2007 20:42:04 +0000 (UTC) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id 27EAD11434; Sun, 11 Mar 2007 21:42:04 +0100 (CET) Date: Sun, 11 Mar 2007 21:42:04 +0100 From: "Simon L. Nielsen" To: Tim Kientzle Message-ID: <20070311204203.GG979@zaphod.nitro.dk> References: <200703111933.l2BJXj9X066124@repoman.freebsd.org> <45F45A0A.6040501@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <45F45A0A.6040501@freebsd.org> User-Agent: Mutt/1.5.11 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/tar/test config.sh test-basic.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Mar 2007 21:01:03 -0000 On 2007.03.11 12:35:38 -0700, Tim Kientzle wrote: > I should know this: How does one set the EXE bit > on a checked-in file? I checked in a bunch of shell > scripts and have suddenly become very tired of > typing /bin/sh in front of them. ;-) Short version: you don't :-). Send a list of the files which need +x to ncvs@ and we can do it. -- Simon L. Nielsen