diff options
author | nectar <nectar@FreeBSD.org> | 2005-07-29 16:09:14 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2005-07-29 16:09:14 +0000 |
commit | b2c9d1f10dca66374c9deeb7a52e7621b7995cfc (patch) | |
tree | dcfbdbcddcf33304fe85078376cd8db1856db3a9 /CVSROOT/cfg.pm | |
parent | fd3ceae703a1736606d0092fb6a718e00c079ceb (diff) | |
download | FreeBSD-ports-b2c9d1f10dca66374c9deeb7a52e7621b7995cfc.zip FreeBSD-ports-b2c9d1f10dca66374c9deeb7a52e7621b7995cfc.tar.gz |
Merge from src repository cfg.pm 1.53, cfg_local.pm 1.30:
Add `Security:' to TEMPLATE_HEADERS.
Diffstat (limited to 'CVSROOT/cfg.pm')
-rwxr-xr-x | CVSROOT/cfg.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CVSROOT/cfg.pm b/CVSROOT/cfg.pm index 2ab0d18..e783c624 100755 --- a/CVSROOT/cfg.pm +++ b/CVSROOT/cfg.pm @@ -112,7 +112,8 @@ $AVAIL_FILE = "$CVSROOT/CVSROOT/avail"; # "Obtained from" => '.*', # "Approved by" => '.*', # "PR" => '.*', -# "MFC after" => '\d+(\s+(days?|weeks?|months?))?' +# "MFC after" => '\d+(\s+(days?|weeks?|months?))?', +# "Security" => '.*' ); |