From owner-cvs-all Sat May 13 8:13:15 2000 Delivered-To: cvs-all@freebsd.org Received: from smtp11.bellglobal.com (smtp11.bellglobal.com [204.101.251.53]) by hub.freebsd.org (Postfix) with ESMTP id E4ECF37BB23; Sat, 13 May 2000 08:13:07 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: from localhost.nowhere (HSE-MTL-ppp12811.qc.sympatico.ca [209.226.183.121]) by smtp11.bellglobal.com (8.8.5/8.8.5) with ESMTP id LAA04558; Sat, 13 May 2000 11:19:12 -0400 (EDT) Received: (from tim@localhost) by localhost.nowhere (8.9.3/8.9.1) id LAA19799; Sat, 13 May 2000 11:13:03 -0400 (EDT) (envelope-from tim) Date: Sat, 13 May 2000 11:13:03 -0400 From: Tim Vanderhoek To: Ben Smithurst Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC Message-ID: <20000513111303.B19315@mad> References: <391C0917.138A96A4@dons.net.au> <200005121414.KAA10114@server.baldwin.cx> <20000513140725.L10128@strontium.scientia.demon.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <20000513140725.L10128@strontium.scientia.demon.co.uk>; from Ben Smithurst on Sat, May 13, 2000 at 02:07:25PM +0100 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, May 13, 2000 at 02:07:25PM +0100, Ben Smithurst wrote: > John Baldwin wrote: > > > cvs diff -u -D yesterday GENERIC [...] > [0] such as cvsmail.c at > http://www.scientia.demon.co.uk/users/ben/software/mail/ if you don't > want to write your own. Personally, I prefer my procmail rule, :0 * ^Sender: owner-cvs-committers@FreeBSD.ORG * ^Subject: cvs commit: { # URLify PERLSCRIPT=' while (<>) { if (/^\s+(\d+\.)+\d+\s+\+\d+ \-\d+\s+/) { $r = $_; $r =~ s/.*?([a-z]+\/.+)/http\:\/\/www.FreeBSD.ORG\/cgi\/cvsweb\.cgi\/\1/; $l = "$l$r"; } print "$_"; } print "$l"; ' :0 bf | perl -Te "${PERLSCRIPT}" which is short enough to be read without hitting page down. :) -- Signature withheld by request of author. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message