# bootstrap configuration file

#---------------------------------
# Description
#    This configuration is for
# users putting a "test" 
# products area under /tmp/ups

#---------------------------------
# variables to be used later
#
set_variable bootbase="file://localhost/var/tmp/upsupdbootstrap/prd/bootstrap/.v2_2"

#---------------------------------
# variables required by bootstrap
#
set_variable upsdb_list="/tmp/ups/db"

#---------------------------------
# Space checks
#
check_space /tmp/ups/db       70000
check_space /usr/local/bin    2000

#---------------------------------
# files to download
#	      remote				local
#             -----				-----

#---------------------------------
# things to run before installs
#
#pre_install_command "sh localmounts.sh"

#---------------------------------
# user-id's to create
#		login		uid	gid	home
#		-----		---	---	----
#create_user	products	1342	4525	/tmp/ups

#---------------------------------
# ups databaes to create
#	  database		dbconfig	updconfig	owner
#         --------		--------	---------	-----
create_db /tmp/ups/db		-		-		products

#---------------------------------
# if installing coreFUE, where?
#
install_coreFUE /tmp/ups/db -

#---------------------------------
# other product installs
#
# install_as	products 	fullFUE

#---------------------------------
# ups current, configure, insall_as_root commands
#
# do_ups installasroot systools

#---------------------------------
# courtesy links in /usr/local/etc?
#
# make_courtesy_links
