newnfs user setup

Rick Macklem rmacklem at uoguelph.ca
Fri May 27 13:09:49 UTC 2011


> On Thu, 26 May 2011, Rick Macklem wrote:
> ...
> >  http://people.freebsd.org/~rmacklem/dtrace.patch
> >
> Hmm. Is it just me?
> Trying to test the patch I get:
> 
> (fs)(root) patch -C < dtrace.patch
> Hmm... I can't seem to find a patch in there anywhere.
> 
Here's how I apply the patch.
- download dtrace.patch to somewhere, lets say /tmp, then
# cd /usr/src/sys  <-- sys subdirectory of a current head,
                       which you don't mind messing up
                       doesn't have to be at /usr/src/sys,
                       of course.
# patch -p1 < /tmp/dtrace.patch

rick



More information about the freebsd-current mailing list