# Sync webservers with snapshots - internetlynx.com.au
# Copyright 2006 clonepanel.com / internetlynx.com.au
# Version 0.30
# includes runs a series of standard include files
# Remote version differs from main in having no set path (all run in current
# directory) and no config_functions - all user and host-specifics should be
# built in already
# Included files may also be modified with overrides

for config_file in colours error_codes rconfig
# colours: bash colour support,
# error_codes: standard exit codes
# (Note - commands and setup not used in remote programs)
do
	. $SYNC_DIR/$config_file
done

