From owner-freebsd-ports@FreeBSD.ORG Sat Mar 21 19:30:03 2015 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4AC53238; Sat, 21 Mar 2015 19:30:03 +0000 (UTC) Received: from mail-la0-x230.google.com (mail-la0-x230.google.com [IPv6:2a00:1450:4010:c03::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C1455E44; Sat, 21 Mar 2015 19:30:02 +0000 (UTC) Received: by labto5 with SMTP id to5so994702lab.0; Sat, 21 Mar 2015 12:30:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-type; bh=zmnkTem4JhvHxha8MNyhSo2aD2S6cbAFoPhULw+EDH0=; b=HtAvxpJPMqpbQ3wYKRnKjj1ioN1jYaHPEr5FYZ6IdYQiEpen3glIxXXszl7ChQaEOh lPWMD5Besh4iiJ6zxNJfF02t7XVRL38eM5DbZ+WCaCEyedX2LUcy3B4Up89QT20jOrCx gkWFNpCGwLzmavGdAlK3ZPwz+olR3fGDSnebF01tC3WLlfXuCUMuc6AmRjjY/QCW+71D o73pk9p/t+DJdEKDb9JAjEvArOkMFDmyO8oNnMk03QrLqs4tFI5jXAtcS/0MKGQui6eO PiZGwDL8/l/R8cmT2PrxxtCG795/hFYKPrzaIEX8WAh2xFMZsowjggWzrm8m+jATcGmS E2GQ== X-Received: by 10.112.50.38 with SMTP id z6mr56783816lbn.122.1426966200816; Sat, 21 Mar 2015 12:30:00 -0700 (PDT) MIME-Version: 1.0 References: <550D7EA9.70306@gmail.com> <550DC672.5040107@FreeBSD.org> In-Reply-To: <550DC672.5040107@FreeBSD.org> From: "Ing. Bretislav Kubesa" Date: Sat, 21 Mar 2015 19:30:00 +0000 Message-ID: Subject: Re: FreeBSD Port: openssh-portable-6.7.p1_1,1 / problem with %%ETCSSH%% variable To: Bryan Drewery Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Mar 2015 19:30:03 -0000 No problem at all, thank you :-) Dne so 21. 3. 2015 20:28 u=C5=BEivatel Bryan Drewery napsal: > On 3/21/15 9:22 AM, "Ing. B=C5=99etislav Kubesa" wrote: > > Hi, > > > > on two different FreeBSD systems I'm getting build this port with > > %%ETCSSH%% variable. > > Isn't some kind of bug maybe ? > > > > Example from rc.d script - openssh : > > > > if [ -f %%ETCSSH%%/ssh_host_key -a \ > > -f %%ETCSSH%%/ssh_host_dsa_key -a \ > > -f %%ETCSSH%%/ssh_host_rsa_key -a \ > > -f %%ETCSSH%%/ssh_host_ecdsa_key -a \ > > -f %%ETCSSH%%/ssh_host_ed25519_key ]; then > > return 0 > > > > Thank you. > > > > Regards, > > Bretislav Kubesa > > Sorry about this. It should be fixed now. > > -- > Regards, > Bryan Drewery >