I started modifying the cshrc.40m file in /cvs/cds/caltech/ so that it starts pointing at the new directories.
# misc aliases
alias target 'cd /opt/rtcds/caltech/c1/target'
alias scripts 'cd /opt/rtcds/caltech/c1/scripts'
alias chans 'cd /opt/rtcds/caltech/c1/chans'
alias c 'cd /opt/rtcds/caltech/c1'
alias s 'cd /opt/rtcds/caltech/c1/scripts'
alias u 'cd /cvs/cds/caltech/users'
I also added "alias screens 'cd /opt/rtcds/caltech/c1/medm'" as a quick way to get to the medm directory.
Once we get multiple compiled versions (i.e. i386, x86_64, Solaris) of the new gds tools from Alex, we'll have to some more serious surgery on this file.
I removed the "New Computer Restart Procedures" and simply moved the changes into the "Computer Restart procedures", found here. I've removed everything I don't think applies anymore (all the VME FE reboot procedures for example). |