Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 May 2016 17:00:46 -0700
From:      "Chris H" <bsd-lists@bsdforge.com>
To:        <freebsd-amd64@freebsd.org>
Subject:   Re: [Bug 209758] Broadcom 5717 C not working
Message-ID:  <5137f082c2a90fc2f4df36f4e1e39238@ultimatedns.net>
In-Reply-To: <bug-209758-6-gWowqL0r1n@https.bugs.freebsd.org/bugzilla/>
References:  <bug-209758-6@https.bugs.freebsd.org/bugzilla/>, <bug-209758-6-gWowqL0r1n@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 26 May 2016 20:52:52 +0000 bugzilla-noreply@freebsd.org wrote

> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209758
> 
> --- Comment #9 from Giuliano <giulianosperandio@gmail.com> ---
> Dear Ngie,
> 
> I have triple checked typing to be sure it is not my mistake. There is a

> error: fetch: No match
fetch(1) is tripping on the question mark " ? " in the URL you were given.
you're likely using (t)csh for your shell. You'll need to quote the
URL.

Try this:
cd /usr/src

fetch -o - 'https://bz-attachments.freebsd.org/attachment.cgi?id=170681' |
patch -p1

Make *sure* that the fetch line is all on one line. I say that
because your mail client may wrap that line.

> Hmm... I can't seem to find a patch in there
> anywhere. 
>
> Best regards,
> Giuliano
> 

--Chris





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