From owner-cvs-ports Tue Jul 8 01:24:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA04980 for cvs-ports-outgoing; Tue, 8 Jul 1997 01:24:05 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (ala-ca11-02.ix.netcom.com [199.35.209.162]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA04934; Tue, 8 Jul 1997 01:23:36 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.6/8.6.9) id BAA06371; Tue, 8 Jul 1997 01:23:34 -0700 (PDT) Date: Tue, 8 Jul 1997 01:23:34 -0700 (PDT) Message-Id: <199707080823.BAA06371@silvia.HIP.Berkeley.EDU> To: peter@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG In-reply-to: <199707080245.TAA01322@freefall.freebsd.org> (message from Peter Wemm on Mon, 7 Jul 1997 19:45:57 -0700 (PDT)) Subject: Re: cvs commit: ports/mail/exmh2 Makefile From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * Run scripts with /bin/sh explicitly rather than depending on the x bits * being set. I don't know what isn't copying the x bits, but don't depend * on it. ftp maybe? Actually we should drop all the x bits in the ports' scripts (if we can -- will something like "find /home/ncvs/ports -type f | xargs chmod -x" work?) to make sure nothing breaks. It is not recommended to rely on the x bit (this has been mentioned on this list many times). Satoshi