Modified LD_LIBRARY_PATH for teal

This commit is contained in:
hjp 2002-03-12 15:45:44 +00:00
parent 46c3a4353b
commit ee44c0d0cb
1 changed files with 2 additions and 5 deletions

View File

@ -206,7 +206,7 @@ case "$FQDN" in
enkur.wsr.ac.at) enkur.wsr.ac.at)
export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/usr/local/mnemonic/lib:/usr/local/mnemonic/lib/msg:/usr/local/lib export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/usr/local/mnemonic/lib:/usr/local/mnemonic/lib/msg:/usr/local/lib
;; ;;
melange.wsr.ac.at|spirit.luga.at|chthon.h.hjp.at|posbi.wsr.ac.at|teal.h.hjp.at|wsrgeh.wsr.ac.at|braveheart.wsr.ac.at|dialog.wsr.ac.at) melange.wsr.ac.at|spirit.luga.at|chthon.h.hjp.at|posbi.wsr.ac.at|wsrgeh.wsr.ac.at|braveheart.wsr.ac.at|dialog.wsr.ac.at)
export LD_LIBRARY_PATH=/usr/local/lib export LD_LIBRARY_PATH=/usr/local/lib
;; ;;
posbi.wsr.ac.at) posbi.wsr.ac.at)
@ -214,12 +214,9 @@ case "$FQDN" in
;; ;;
*.wsr.ac.at) *.wsr.ac.at)
;; ;;
trout.adcon.at) trout.adcon.at|teal.h.hjp.at)
export LD_LIBRARY_PATH=$HOME/wrk/a840sw/ia32/lib:/usr/local/lib export LD_LIBRARY_PATH=$HOME/wrk/a840sw/ia32/lib:/usr/local/lib
;; ;;
teal.h.hjp.at)
export LD_LIBRARY_PATH=$HOME/wrk/a840sw/ia32/lib
;;
esac esac