Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 May 2012 21:44:13 -0400
From:      Michael Scheidell <scheidell@FreeBSD.org>
To:        <freebsd-ports@freebsd.org>
Subject:   Re: security/openssh-portable HPN 404
Message-ID:  <4FC6CCED.7050800@FreeBSD.org>
In-Reply-To: <4FC6C880.4040502@shatow.net>
References:  <20120530120031.E651010656FA@hub.freebsd.org>	<000901cd3ebd$60b4b8d0$221e2a70$@quicknet.nl> <4FC6C880.4040502@shatow.net>

next in thread | previous in thread | raw e-mail | index | archive | help


On 5/30/12 9:25 PM, Bryan Drewery wrote:
> cd /usr/ports/security/openssh-portable
> fetchhttp://www.freebsd.org/cgi/query-pr.cgi?pr=ports%2F168306&getpatch=1
> patch<  patch-openssh-hpn-mirror.txt
>
actually, the & in the command line mucks things up.

this should work:
cd /usr/ports/security/openssh-portable
fetch -o - 
'http://www.freebsd.org/cgi/query-pr.cgi?pr=ports%2F168306&getpatch=1'  
| patch

(-o is output file.. unless you want a strange file hanging around, - 
means stdout, | patch just pipes standard out to in and to patch.

-- 
Michael Scheidell, CTO
 >*| * SECNAP Network Security Corporation
d: +1.561.948.2259
w: http://people.freebsd.org/~scheidell



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4FC6CCED.7050800>