aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xCVSROOT/cfg.pm5
-rw-r--r--CVSROOT/cfg_local.pm2
2 files changed, 5 insertions, 2 deletions
diff --git a/CVSROOT/cfg.pm b/CVSROOT/cfg.pm
index 5170e01ec8a..8b1bd6ae875 100755
--- a/CVSROOT/cfg.pm
+++ b/CVSROOT/cfg.pm
@@ -2,7 +2,10 @@
####################################################################
####################################################################
-# This file contains configuration for the CVSROOT perl scripts.
+# This file contains the default configuration for the CVSROOT
+# perl scripts. You are advised to override the configuration
+# in the cfg_local.pm file instead of here.
+#
# WARNING: You are strongly advised to check for syntax errors
# in this file before committing it. Use: perl -cw cfg.pm
####################################################################
diff --git a/CVSROOT/cfg_local.pm b/CVSROOT/cfg_local.pm
index c7f00e3b048..22fb4e80b19 100644
--- a/CVSROOT/cfg_local.pm
+++ b/CVSROOT/cfg_local.pm
@@ -6,7 +6,7 @@
# scripts. It is loaded by cfg.pm and overrides the default
# configuration in that file.
#
-# It is advised that you test it with 'perl -c cfg_local.pm'
+# It is advised that you test it with 'perl -cw cfg_local.pm'
# before you commit any changes.
####################################################################
####################################################################