security/openssh-portable HPN 404

Michael Scheidell scheidell at FreeBSD.org
Thu May 31 01:44:17 UTC 2012



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


More information about the freebsd-ports mailing list