Patch for HEPiX
Site Contact should apply the following patch to HEPiX.
Related pages: [BaBar Home Page] [Computing] [Tools]
[License]
4 December 1998
Table of Contents:
In the site configuration script
/usr/local/lib/hepix/shells/hep/HEP_csh.cshrc:
setenv USERPATH = ... [initialize USERPATH]
source $ETC/shells/site/sys.conf.csh [expand PATH]
set path= ( ${USERPATH} ) [restore PATH]
since PATH is reset to USERPATH, site configuration will be lost
unless USERPATH is kept in sync with PATH. The following patch
should be applied to
/usr/local/lib/hepix/shells/site/sys.conf.csh at bottom of file:
set USERPATH = ($path)
to keep PATH and USERPATH in sync.
This page maintained by Terry Hung. Send suggestions and additions to
terryh@slac.stanford.edu 415-926-3618
|