From owner-freebsd-current@FreeBSD.ORG Fri May 27 13:09:49 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A44511065670 for ; Fri, 27 May 2011 13:09:49 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) Received: from esa-annu.mail.uoguelph.ca (esa-annu.mail.uoguelph.ca [131.104.91.36]) by mx1.freebsd.org (Postfix) with ESMTP id 68C8B8FC17 for ; Fri, 27 May 2011 13:09:49 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ap4EAFKi302DaFvO/2dsb2JhbABUG4QuomaIcKt5kFmBK4NsgQcEkEOPMQ X-IronPort-AV: E=Sophos;i="4.65,280,1304308800"; d="scan'208";a="122059147" Received: from erie.cs.uoguelph.ca (HELO zcs3.mail.uoguelph.ca) ([131.104.91.206]) by esa-annu-pri.mail.uoguelph.ca with ESMTP; 27 May 2011 09:09:48 -0400 Received: from zcs3.mail.uoguelph.ca (localhost.localdomain [127.0.0.1]) by zcs3.mail.uoguelph.ca (Postfix) with ESMTP id 836AAB3FFC; Fri, 27 May 2011 09:09:48 -0400 (EDT) Date: Fri, 27 May 2011 09:09:48 -0400 (EDT) From: Rick Macklem To: Michael Reifenberger Message-ID: <110707658.891774.1306501788477.JavaMail.root@erie.cs.uoguelph.ca> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [172.17.91.202] X-Mailer: Zimbra 6.0.10_GA_2692 (ZimbraWebClient - FF3.0 (Win)/6.0.10_GA_2692) Cc: FreeBSD-Current Subject: Re: newnfs user setup X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 May 2011 13:09:49 -0000 > 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