aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2001-10-24 08:29:04 +0800
committerjoe <joe@FreeBSD.org>2001-10-24 08:29:04 +0800
commit478b76b45fa9a98d7ad37fc7386c31c59c13df7b (patch)
tree13e9d25e8f2f70a9b0db8d002ecd681e02f72b2e
parent492dc0b0b7728146be9c04aa4e4823e1343feb3e (diff)
downloadfreebsd-ports-graphics-478b76b45fa9a98d7ad37fc7386c31c59c13df7b.tar.gz
freebsd-ports-graphics-478b76b45fa9a98d7ad37fc7386c31c59c13df7b.tar.zst
freebsd-ports-graphics-478b76b45fa9a98d7ad37fc7386c31c59c13df7b.zip
Modify the comments to point to the cfg_local.pm file as the place to
make local configuration changes.
-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.
####################################################################
####################################################################