NAME

checkconf - Check and optionally install a CGIBurn configuration file.


SYNOPSIS

CGIBurn uses an editable configuration file (or multiple configuration files, joined together by the Include command), which is compiled into a Perl module used by all of its scripts. checkconf is a command-line tool to parse configuration files and generate the configuration module.

See the CONFIG for information on writing configuration files.

With no special command-line options, checkconf will parse and check your configuration file, and dump the results in a readable format for your examination.

  checkconf [-qQh] [-d debug-level] [-c config-dir] [-f config-file]
            [-H CDBURNHTML] [-L LIBLIB] [-C CGIDIR]
            [-Di]

  -q: Be quiet.
  -Q: Be vewwy, vewwy quiet.
  -h: Display help message
  -d: Print debug messages at level debug-level
  -c: Find configuration files in the directory config-dir
      (defaults to using cached file.)
  -f: Find configuration file in config-file
      (defaults to cgiburn.conf)
  -H: Write any output HTML (like the new index page) in CDBURNHTML,
      instead of the directory in the configuration.
  -L: Use LIBLIB as the cgi-lib/lib directory, instead of searching
      for it.
  -C: Use CGIDIR as the cgi-bin directory, instead of getting it
      from the configuration.
  -D: Dump configuration perl module instead of printing results
  -i: Install configuration perl module in the appropriate place.
      Also generates a new index.html in the appropriate place.


SEE ALSO

README, CONFIG, smartinstall, CGIBurn::Conf, CGIBurn::ConfParse, CGIBurn::ConfVars.