diff options
author | joe <joe@FreeBSD.org> | 2001-10-24 00:15:57 +0000 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2001-10-24 00:15:57 +0000 |
commit | 22fc2e1e29d37bf127530445711d3679057b423e (patch) | |
tree | 1555204d730c75594f78d76896dc4ba818d52d3f /CVSROOT/cfg_local.pm | |
parent | eb7137a4e2b32a59c0cffd40ec3378ebd125f49a (diff) | |
download | FreeBSD-ports-22fc2e1e29d37bf127530445711d3679057b423e.zip FreeBSD-ports-22fc2e1e29d37bf127530445711d3679057b423e.tar.gz |
Add a local configuration file, cfg_local.pm, that can be used to
override entries in cfg.pm.
Suggested by: will
Diffstat (limited to 'CVSROOT/cfg_local.pm')
-rw-r--r-- | CVSROOT/cfg_local.pm | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/CVSROOT/cfg_local.pm b/CVSROOT/cfg_local.pm new file mode 100644 index 0000000..0db7f3b --- /dev/null +++ b/CVSROOT/cfg_local.pm @@ -0,0 +1,14 @@ +# $FreeBSD$ + +#################################################################### +#################################################################### +# This file contains local configuration for the CVSROOT perl +# 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' +# before you commit any changes. +#################################################################### +#################################################################### + +#end |