aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CVSROOT/cfg_local.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/CVSROOT/cfg_local.pm b/CVSROOT/cfg_local.pm
index 885566e3b41b..430c4f9c66b1 100644
--- a/CVSROOT/cfg_local.pm
+++ b/CVSROOT/cfg_local.pm
@@ -71,5 +71,7 @@ if ($hostname =~ /^repoman\.freebsd\.org$/i) {
'other' => '.*'
);
+$FEATURE_FREEZE = 1;
+
1; # Perl requires all modules to return true. Don't delete!!!!
#end