description ('OSG configuration script') platformGE('*') package ('http://vdt.cs.wisc.edu/vdt_2089_cache:VDT-Core' ) download('http://osg-vtb.uchicago.edu/vtb/tarballs/config-1.2.47.tar.gz') shell('vdt-begin-install osg-config'); shell('vdt-untar config-1.2.47.tar.gz'); shell('vdt-end-install'); path('osg/bin', 'PATH', 'no-check') uninstallShell('vdt/sbin/vdt-uninstall osg-config'); uninstallShell('cp osg/etc/config.ini osg/etc/config.ini.backup.`date +"%Y%m%d-%H%M%S"`') { exists('monitoring') OR softLink('osg/etc', 'monitoring') }