#!/bin/tcsh mv -f micro_proxy micro_proxy.1 cp micro_proxy_devel micro_proxy # This is the replacement for init.tcl cp init.xml init.xml.1 cvs update -A init.xml # Check the config file. If it fails the first part will print a message. # Otherwise, kill the running one and let the loop in ./start handle it. # If there was nothing running, print an error. ./micro_proxy -i test_config=init.xml && killall micro_proxy # It is generally safe to restart this program at any time. It will disconnect # all users. TI Pro will automatically reconnect them. The ../../admin # directory has scripts for restarting all of these at once.