From owner-cvs-all Tue May 29 11:44:42 2001 Delivered-To: cvs-all@freebsd.org Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 5BE8737B423; Tue, 29 May 2001 11:44:36 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.3/8.11.1) with ESMTP id f4TIh3E76652; Tue, 29 May 2001 12:43:03 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200105291843.f4TIh3E76652@harmony.village.org> To: Alexander Langer Subject: Re: cvs commit: src/share/sendmail Makefile Cc: Gregory Neil Shapiro , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, ru@FreeBSD.org In-reply-to: Your message of "Tue, 29 May 2001 20:41:23 +0200." <20010529204123.A60110@zerogravity.kawo2.rwth-aachen.d> References: <20010529204123.A60110@zerogravity.kawo2.rwth-aachen.d> <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> Date: Tue, 29 May 2001 12:43:03 -0600 From: Warner Losh 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 In message <20010529204123.A60110@zerogravity.kawo2.rwth-aachen.d> Alexander Langer writes: : 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. I just fixed it. We'll see if this fixes the world breakages. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message