DragonFly BSD
DragonFly commits List (threaded) for 2004-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: cvs commit: src/contrib/bind-9.2.4rc7/lib/bind/include/isc


From: "Matthew D. Fuller" <fullermd@xxxxxxxxxxxxxxx>
Date: Mon, 20 Sep 2004 17:53:32 -0500

On Mon, Sep 20, 2004 at 11:40:53AM -0700 I heard the voice of
Matthew Dillon, and lo! it spake thus:
> 
>     Yah.  Actually, what we need to do is to add a patch to the cvs code
>     to not generate log entries for directory adds.  Anyone care to tackle
>     that?

I dunno if that really works.  It's not so much a "log entry", but
rather that every CVS action (of which a directory add is one) that
hits the server runs the scripts.  I have a set of mailing scripts
based more or less loosely on an older version of the FreeBSD ones,
and right up top is

# Adding a dir?  Just silently drop out
if($infostr =~ /New\ directory$/)
{   
    # Clean up and die quietly
    &cvsmail::clean_tmpfiles();
    exit(0);
}



-- 
Matthew Fuller     (MF4839)   |  fullermd@xxxxxxxxxxxxxxx
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/

"The only reason I'm burning my candle at both ends, is because I
      haven't figured out how to light the middle yet"



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]