Date: Tue, 29 May 2001 20:41:23 +0200 From: Alexander Langer <alex@big.endian.de> To: Warner Losh <imp@harmony.village.org> Cc: Gregory Neil Shapiro <gshapiro@FreeBSD.org>, 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> In-Reply-To: <200105291837.f4TIbJE76528@harmony.village.org>; from imp@harmony.village.org on Tue, May 29, 2001 at 12:37:19PM -0600 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>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010529204123.A60110>