Cleaned up LD_LIBRARY_PATH settings.

This commit is contained in:
hjp 2004-09-10 21:21:03 +00:00
parent d372500b54
commit 6f92a43985
1 changed files with 2 additions and 11 deletions

13
.zshenv
View File

@ -236,23 +236,14 @@ esac
case "$FQDN" in case "$FQDN" in
wsrgeh.wsr.ac.at|coney.wsr.ac.at) wsrgeh.wsr.ac.at|coney.wsr.ac.at|bernon.wsr.ac.at)
export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/usr/local/lib export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/usr/local/lib
;; ;;
enkur.wsr.ac.at) melange.wsr.ac.at|spirit.luga.at|chthon.h.hjp.at|posbi.wsr.ac.at|braveheart.wsr.ac.at|dialog.wsr.ac.at|samkar.wsr.ac.at|yoyo.hjp.at|yoyo.wsr.ac.at|localhost.localdomain)
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|wsrgeh.wsr.ac.at|braveheart.wsr.ac.at|dialog.wsr.ac.at|samkar.wsr.ac.at|yoyo.hjp.at|yoyo.wsr.ac.at|localhost.localdomain)
export LD_LIBRARY_PATH=/usr/local/lib export LD_LIBRARY_PATH=/usr/local/lib
;; ;;
posbi.wsr.ac.at)
export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/usr/local/lib
;;
*.wsr.ac.at) *.wsr.ac.at)
;; ;;
trout.adcon.at|teal.hjp.at)
export LD_LIBRARY_PATH=$HOME/wrk/a840/a840sw/ia32/lib:/usr/local/lib
;;
esac esac