summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsonmi%netscape.com <devnull@localhost>2001-07-25 21:08:06 +0000
committersonmi%netscape.com <devnull@localhost>2001-07-25 21:08:06 +0000
commit067420927139f885471b84f9c5215020cbfb15d4 (patch)
tree565908e4b58fad7abecd9bf5ea756974f2f1f974
parent90685d2377d45e80e7b269da5c33bc98c8410838 (diff)
downloadnss-hg-067420927139f885471b84f9c5215020cbfb15d4.tar.gz
added functionality for solaris 9
-rw-r--r--security/nss/tests/set_environment6
1 files changed, 4 insertions, 2 deletions
diff --git a/security/nss/tests/set_environment b/security/nss/tests/set_environment
index 5060cd7fb..dc2a0e298 100644
--- a/security/nss/tests/set_environment
+++ b/security/nss/tests/set_environment
@@ -63,14 +63,16 @@ then
OPENWINHOME=/usr/openwin
LD_LIBRARY_PATH=$OPENWINHOME/lib
PATH=/tools/ns/bin:$PATH:/opt/SUNWspro/bin:/usr/bin/X11:/usr/openwin/bin:/usr/openwin/demo
- if [ "$os_version" = "5.8" -o "$os_version" = "5.7" ]
+ if [ "$os_version" = "5.8" -o "$os_version" = "5.7" -o \
+ "$os_version" = "5.9" ]
then
PATH=$PATH:/tools/ns/workshop-5.0/bin
else
PATH=$PATH:/tools/ns/workshop-4.0/bin
fi
PATH=$PATH:/usr/ccs/bin:/usr/ucb/bin:/opt/SUNWwabi/bin:/usr/local/bin:/tools/ns/bin:/etc:/tools/contrib/bin
- if [ "$os_full" = "SOLARISx86 2.8" ] ; then
+ if [ "$os_full" = "SOLARISx86 2.8" -o "$os_full" = "SOLARISx86 2.9" ]
+ then
PATH=/usr/ucb:/opt/usr/local/bin:$PATH
else
PATH=/usr/ucb:/h/tortoise/export/share/builds/tools/sparc_sun_solaris2.5.1/perl5.004/bin:$PATH