Date: Wed, 21 Dec 2005 10:08:46 +0200 From: Ruslan Ermilov <ru@FreeBSD.org> To: Doug Barton <dougb@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d Makefile Message-ID: <20051221080846.GA55142@ip.net.ua> In-Reply-To: <200512202056.jBKKuLQO034591@repoman.freebsd.org> References: <200512202056.jBKKuLQO034591@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--u3/rZRmxL6MmkK24 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Dec 20, 2005 at 08:56:21PM +0000, Doug Barton wrote: > dougb 2005-12-20 20:56:21 UTC >=20 > FreeBSD src repository >=20 > Modified files: (Branch: RELENG_6) > etc/rc.d Makefile=20 > Log: > MFC 1.56, make install of sshd conditional on NO_OPENSSH > =20 > Revision Changes Path > 1.53.2.4 +6 -1 src/etc/rc.d/Makefile >=20 The full condition, to match the sources, would be: =2Eif !defined(NO_CRYPT) && !defined(NO_OPENSSL) && !defined(NO_OPENSSH) That's how we get to compile secure/usr.sbin/sshd/. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --u3/rZRmxL6MmkK24 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDqQ2OqRfpzJluFF4RAhPPAJ91J1qAvgbmgAf+By81Qf9VasCGzgCgm3+E Tz37pyPk0n/ZBnb1bTdNmDc= =8qVr -----END PGP SIGNATURE----- --u3/rZRmxL6MmkK24--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051221080846.GA55142>