Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add LICENSE and remove MD5 sums. | ehaupt | 2011-01-26 | 2 | -1/+2 |
* | - Added security fix for auth file parsing code | niels | 2010-08-22 | 2 | -0/+30 |
#!/usr/bin/perl -w # # $FreeBSD$ use strict; use lib $ENV{CVSROOT}; use CVSROOT::cfg; my $CVSROOT = $ENV{CVSROOT} || die "Can't determine CVSROOT (verifymsgcheck)!\n"; # Check "Approved by:" line. system("$CVSROOT/CVSROOT/approvecheck", @ARGV); if ($? >> 8) { exit 1; } # peter's edit post-processor.. system("$CVSROOT/CVSROOT/logcheck", @ARGV); if ($? >> 8) { exit 1; } ctron6/files/ini-1.3.8' type='application/atom+xml'/>
![]() |
index : freebsd-ports-gnome | |
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome) |
aboutsummaryrefslogtreecommitdiffstats |
Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add LICENSE and remove MD5 sums. | ehaupt | 2011-01-26 | 2 | -1/+2 |
* | - Added security fix for auth file parsing code | niels | 2010-08-22 | 2 | -0/+30 |