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

Matthew D. Fuller fullermd at over-yonder.net
Mon Sep 20 15:54:27 PDT 2004


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 at 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"





More information about the Commits mailing list