FILE = DBCONFIG

# all nodes can read/use the products declared in this db
AUTHORIZED_NODES = *

# all product roots are under /usr/products/prd:
PROD_DIR_PREFIX = ~products/prd

# keep statistics about the following products:
#   (uncomment to get stats!)
# STATISTICS = ups:upd:perl

#
# manpages, info files, get copied here:
MAN_TARGET_DIR = ~products/man
CATMAN_TARGET_DIR = ~products/catman
INFO_TARGET_DIR = ~products/Info

#
#  automatic html and news processing not yet supported
#  HTML_TARGET_DIR = /dev/null
#  NEWS_TARGET_DIR = /dev/null

# this db contains the ups product; 
#   copy the setups.[c]sh and cached files to this directory:
SETUPS_DIR = ~products/etc

# this db contains the upd product; 
#   look for the upd configuration and user callouts here:
UPD_USERCODE_DIR = ~products/db/.updfiles
