Ignore:
Timestamp:
2008-05-27T14:25:19+12:00 (16 years ago)
Author:
mdewsnip
Message:

(Adding new DB support) Added new "dbtype" option to collect.cfg file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/perllib/colcfg.pm

    r14926 r15723  
    3535# the collection configuration file data is stored in the form
    3636#
     37# {'dbtype'}->string
    3738# {'creator'}->string
    3839# {'public'}->string
     
    7677
    7778    return &cfgread::read_cfg_file ($filename,
    78                     q/^(creator|public|defaultindex|importdir|/ .
     79                    q/^(dbtype|creator|public|defaultindex|importdir|/ .
    7980                    q/archivedir|cachedir|builddir|removeold|/ .
    8081                    q/textcompress|buildtype|no_text|keepold|gzip|/ .
     
    109110   
    110111    &cfgread::write_cfg_file($filename, $data,
    111                  q/^(creator|public|defaultindex|importdir|/ .
     112                 q/^(dbtype|creator|public|defaultindex|importdir|/ .
    112113                 q/archivedir|cachedir|builddir|removeold|/ .
    113114                 q/textcompress|buildtype|no_text|keepold|gzip|/ .
Note: See TracChangeset for help on using the changeset viewer.