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
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"