Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 May 2000 11:13:03 -0400
From:      Tim Vanderhoek <vanderh@ecf.utoronto.ca>
To:        Ben Smithurst <ben@scientia.demon.co.uk>
Cc:        cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org
Subject:   Re: cvs commit: src/sys/i386/conf GENERIC
Message-ID:  <20000513111303.B19315@mad>
In-Reply-To: <20000513140725.L10128@strontium.scientia.demon.co.uk>; from Ben Smithurst on Sat, May 13, 2000 at 02:07:25PM %2B0100
References:  <391C0917.138A96A4@dons.net.au> <200005121414.KAA10114@server.baldwin.cx> <20000513140725.L10128@strontium.scientia.demon.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
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




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