FILE = DBCONFIG # all nodes can read/use the products declared in this db AUTHORIZED_NODES = * # # all product roots are under /usr/products: #====>>> change this to the appropriate root for each db PROD_DIR_PREFIX = /usr/products #====>>> # # keep statistics about the following products: # (uncomment to get stats!) # STATISTICS = ups:upd:perl # # manpages, info files, get copied here: MAN_TARGET_DIR = /usr/products/man CATMAN_TARGET_DIR = /usr/products/catman INFO_TARGET_DIR = /usr/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: #=====>>> you'll want to change this line, needed only in main db SETUPS_DIR = /usr/local/etc #=====>>> # # this db contains the upd product; # look for the upd configuration and user callouts here: #====>>> comment out this line except in the main db UPD_USERCODE_DIR = ${UPS_THIS_DB}/.updfiles #====>>>