From owner-cvs-src@FreeBSD.ORG Wed Dec 21 08:15:47 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B31D16A41F; Wed, 21 Dec 2005 08:15:47 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9321D43D79; Wed, 21 Dec 2005 08:15:40 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id jBL8FcIH004747; Wed, 21 Dec 2005 10:15:38 +0200 (EET) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 64513-01; Wed, 21 Dec 2005 10:15:36 +0200 (EET) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id jBL88bGd004597 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 21 Dec 2005 10:08:37 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.4/8.13.4) id jBL88k6I055211; Wed, 21 Dec 2005 10:08:46 +0200 (EET) (envelope-from ru) Date: Wed, 21 Dec 2005 10:08:46 +0200 From: Ruslan Ermilov To: Doug Barton Message-ID: <20051221080846.GA55142@ip.net.ua> References: <200512202056.jBKKuLQO034591@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="u3/rZRmxL6MmkK24" Content-Disposition: inline In-Reply-To: <200512202056.jBKKuLQO034591@repoman.freebsd.org> User-Agent: Mutt/1.5.9i X-Virus-Scanned: by amavisd-new at ip.net.ua Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 08:15:47 -0000 --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--