diff options
author | joe <joe@FreeBSD.org> | 2001-05-20 14:17:29 +0000 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2001-05-20 14:17:29 +0000 |
commit | ae2965da4dbf413900553df833a569722f2998fb (patch) | |
tree | 31f54db4efa57fd9f497562421df76d0bb1920df | |
parent | f7863efc3d022981649b18419f1053d95520a3d8 (diff) | |
download | FreeBSD-ports-ae2965da4dbf413900553df833a569722f2998fb.zip FreeBSD-ports-ae2965da4dbf413900553df833a569722f2998fb.tar.gz |
Make a note that the global config values aren't quite global yet
so that anyone picking up the code now doesn't shoot anyone in the
foot.
-rwxr-xr-x | CVSROOT/cfg.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CVSROOT/cfg.pm b/CVSROOT/cfg.pm index 252e5e6..f1efd86 100755 --- a/CVSROOT/cfg.pm +++ b/CVSROOT/cfg.pm @@ -16,6 +16,8 @@ use vars qw($DEBUG $TMPDIR %TEMPLATE_HEADERS); ###################### ### global options ### ###################### +### WARNING: these aren't global across all the scripts yet. +### This is work in progress. # Debug level, 0 = off, 1 = on. $DEBUG = 0; |