Don't clobber LD_LIBRARY_PATH on tanstaafl.

(probably should do the same for other hosts, too)
This commit is contained in:
hjp 2007-03-07 11:44:27 +00:00
parent 0bf460a47a
commit 22542db349
1 changed files with 4 additions and 1 deletions

View File

@ -220,9 +220,12 @@ esac
case "$FQDN" in case "$FQDN" in
wsrgeh.wsr.ac.at|coney.wsr.ac.at|bernon.wsr.ac.at|ariel.wsr.ac.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|teal.hjp.at|tanstaafl.wsr.ac.at) wsrgeh.wsr.ac.at|coney.wsr.ac.at|bernon.wsr.ac.at|ariel.wsr.ac.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|teal.hjp.at)
export LD_LIBRARY_PATH=/usr/local/lib export LD_LIBRARY_PATH=/usr/local/lib
;; ;;
tanstaafl.wsr.ac.at)
export LD_LIBRARY_PATH=`preppath -v LD_LIBRARY_PATH /usr/local/lib`
;;
*.wsr.ac.at) *.wsr.ac.at)
;; ;;
esac esac