diff options
author | wosch <wosch@FreeBSD.org> | 1998-07-27 13:01:39 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1998-07-27 13:01:39 +0000 |
commit | d7ca6884628b1f85b88a9cd85ca2053f132e5b61 (patch) | |
tree | ad76eddf1c540310295ce9a557ccf508de87479b /CVSROOT/log_accum.pl | |
parent | df6aa390e6de0244e39babea991503732429ac86 (diff) | |
download | FreeBSD-ports-d7ca6884628b1f85b88a9cd85ca2053f132e5b61.zip FreeBSD-ports-d7ca6884628b1f85b88a9cd85ca2053f132e5b61.tar.gz |
Test.
Diffstat (limited to 'CVSROOT/log_accum.pl')
-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 58621d7..df3ebe5 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.27 1998/07/27 12:29:36 wosch Exp $ +# $Id: log_accum.pl,v 1.28 1998/07/27 12:54:29 wosch 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 @@ -659,3 +659,4 @@ if ($rcsidinfo == 1) { &mail_notification(@text); &cleanup_tmpfiles(); exit 0; +# EOF |