From owner-cvs-all Tue May 29 11:53: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from kalaid.f2f.com.ua (kalaid.f2f.com.ua [62.149.0.33]) by hub.freebsd.org (Postfix) with ESMTP id 162F137B422; Tue, 29 May 2001 11:52:40 -0700 (PDT) (envelope-from sobomax@mail-in.net) Received: from mail.uic-in.net (root@[212.35.189.4]) by kalaid.f2f.com.ua (8.11.3/8.11.1) with ESMTP id f4TIrUx41970; Tue, 29 May 2001 21:53:32 +0300 (EEST) (envelope-from sobomax@mail-in.net) Received: from vega.vega.com (das0-l112.uic-in.net [212.35.189.239]) by mail.uic-in.net (8.11.3/8.11.3) with ESMTP id f4TIq9o20104; Tue, 29 May 2001 21:52:09 +0300 (EEST) (envelope-from sobomax@mail-in.net) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.3/8.11.3) with ESMTP id f4TIq3013414; Tue, 29 May 2001 21:52:03 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3B13EFD1.B661EF78@FreeBSD.org> Date: Tue, 29 May 2001 21:52:01 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.77 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 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 References: <15123.60365.434514.162129@horsey.gshapiro.net> <200105291755.f4THtoI46308@freefall.freebsd.org> <200105291833.f4TIXUE76473@harmony.village.org> <200105291842.f4TIgLE76624@harmony.village.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit 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 Warner Losh wrote: > In message <15123.60365.434514.162129@horsey.gshapiro.net> Gregory Neil Shapiro writes: > : imp> : Unbreak installworld. Revision 1.41 of src/usr.bin/xinstall/xinstall.c > : imp> : made the usage here incorrect. > : > : imp> Ummm, if -c isn't recognized anymore, that's a big deal. > : > : It's not allowed with -d anymore: > : > : /* some options make no sense when creating directories */ > : - if (dostrip && dodir) > : + if ((safecopy || docompare || dostrip) && dodir) > : usage(); > > OK. For the moment I've backed out this part of the change. No sense > being to pedantic about things, especially since it may break the > world builds in some cases. Not even to mention countless ports out there.... -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message