diff options
author | peter <peter@FreeBSD.org> | 1997-05-23 12:29:24 +0800 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-05-23 12:29:24 +0800 |
commit | c2253df032a609690e4850f558495c0c0376030b (patch) | |
tree | 8747e7d3836934779fb0731720d644314e3b52b1 /CVSROOT | |
parent | 2a51a418b3a2c8d816b5541e6a503607e7582cd5 (diff) | |
download | freebsd-ports-gnome-c2253df032a609690e4850f558495c0c0376030b.tar.gz freebsd-ports-gnome-c2253df032a609690e4850f558495c0c0376030b.tar.zst freebsd-ports-gnome-c2253df032a609690e4850f558495c0c0376030b.zip |
recognise top-level ~ncvs/doc directory
Diffstat (limited to 'CVSROOT')
-rwxr-xr-x | CVSROOT/log_accum.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CVSROOT/log_accum.pl b/CVSROOT/log_accum.pl index a07a535a84ca..ffb132976fab 100755 --- a/CVSROOT/log_accum.pl +++ b/CVSROOT/log_accum.pl @@ -1,6 +1,6 @@ #!/usr/local/bin/perl # -# $Id: log_accum.pl,v 1.23 1997/05/15 23:45:01 peter Exp $ +# $Id: log_accum.pl,v 1.24 1997/05/17 05:21:44 peter Exp $ # # Perl filter to handle the log messages from the checkin of files in # a directory. This script will group the lists of files by log @@ -273,6 +273,7 @@ sub mlist_map { return 'cvs-CVSROOT' if($dir =~ /^CVSROOT\//); return 'cvs-ports' if($dir =~ /^ports\//); return 'cvs-www' if($dir =~ /^www\//); + return 'cvs-doc' if($dir =~ /^doc\//); return 'cvs-distrib' if($dir =~ /^distrib\//); return 'cvs-other' unless($dir =~ /^src\//); |