From owner-cvs-all Tue May 29 11:41:33 2001 Delivered-To: cvs-all@freebsd.org Received: from kawoserv.kawo2.rwth-aachen.de (kawoserv.kawo2.RWTH-Aachen.DE [134.130.180.1]) by hub.freebsd.org (Postfix) with ESMTP id EAE2F37B449; Tue, 29 May 2001 11:41:22 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from zerogravity.kawo2.rwth-aachen.de (zerogravity.kawo2.rwth-aachen.de [134.130.181.28]) by kawoserv.kawo2.rwth-aachen.de (8.9.3/8.6.9) with ESMTP id UAA30734; Tue, 29 May 2001 20:41:22 +0200 Received: by zerogravity.kawo2.rwth-aachen.de (Postfix, from userid 1001) id 4803F14BB0; Tue, 29 May 2001 20:41:24 +0200 (CEST) Date: Tue, 29 May 2001 20:41:23 +0200 From: Alexander Langer To: Warner Losh Cc: Gregory Neil Shapiro , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, ru@FreeBSD.org Subject: Re: cvs commit: src/share/sendmail Makefile Message-ID: <20010529204123.A60110@zerogravity.kawo2.rwth-aachen.d> References: <15123.60365.434514.162129@horsey.gshapiro.net> <200105291755.f4THtoI46308@freefall.freebsd.org> <200105291833.f4TIXUE76473@harmony.village.org> <15123.60365.434514.162129@horsey.gshapiro.net> <200105291837.f4TIbJE76528@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105291837.f4TIbJE76528@harmony.village.org>; from imp@harmony.village.org on Tue, May 29, 2001 at 12:37:19PM -0600 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thus spake Warner Losh (imp@harmony.village.org): > : /* some options make no sense when creating directories */ > : - if (dostrip && dodir) > : + if ((safecopy || docompare || dostrip) && dodir) > : usage(); > We should fix that. It is OK to do that, imho. Seconded. If it makes no sense, install should just ignore it and choose the correct default behaviour. Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message