summaryrefslogtreecommitdiffstats
path: root/CVSROOT
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-05-23 04:29:24 +0000
committerpeter <peter@FreeBSD.org>1997-05-23 04:29:24 +0000
commitc2253df032a609690e4850f558495c0c0376030b (patch)
tree8747e7d3836934779fb0731720d644314e3b52b1 /CVSROOT
parent2a51a418b3a2c8d816b5541e6a503607e7582cd5 (diff)
downloadFreeBSD-ports-c2253df032a609690e4850f558495c0c0376030b.zip
FreeBSD-ports-c2253df032a609690e4850f558495c0c0376030b.tar.gz
recognise top-level ~ncvs/doc directory
Diffstat (limited to 'CVSROOT')
-rwxr-xr-xCVSROOT/log_accum.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/CVSROOT/log_accum.pl b/CVSROOT/log_accum.pl
index a07a535..ffb1329 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\//);
OpenPOWER on IntegriCloud