From 22fc2e1e29d37bf127530445711d3679057b423e Mon Sep 17 00:00:00 2001 From: joe Date: Wed, 24 Oct 2001 00:15:57 +0000 Subject: Add a local configuration file, cfg_local.pm, that can be used to override entries in cfg.pm. Suggested by: will --- CVSROOT/cfg_local.pm | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CVSROOT/cfg_local.pm (limited to 'CVSROOT/cfg_local.pm') 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 -- cgit v1.1