From owner-cvs-all@FreeBSD.ORG Fri Oct 6 14:27:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A877316A407; Fri, 6 Oct 2006 14:27:27 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 328B843D6B; Fri, 6 Oct 2006 14:27:27 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k96ERRM1016700; Fri, 6 Oct 2006 14:27:27 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k96ERRTo016699; Fri, 6 Oct 2006 14:27:27 GMT (envelope-from des) Message-Id: <200610061427.k96ERRTo016699@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 6 Oct 2006 14:27:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/crypto/openssh config.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Oct 2006 14:27:27 -0000 des 2006-10-06 14:27:26 UTC FreeBSD src repository Modified files: crypto/openssh config.h Log: Don't define XAUTH_PATH here, we either pass it in on the compiler command line or rely on the built-in default. Revision Changes Path 1.19 +1 -1 src/crypto/openssh/config.h