summaryrefslogtreecommitdiff
path: root/security/nss/tests/set_environment
blob: 7489668e5d6ffb54dcb64ec6c02bc4fc7123c815 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
#! /bin/sh

########################################################################
#
# /u/sonmi/bin/set_environment
#
# sourced from the header if running from cron to get the full environment
# to run nssqa    - also used to unify all nssqa environments
#
# This is derived from the .cshrc file for the svbld account.  
#
########################################################################

if [ -z "$HOME" ] 
then
    HOME=/u/svbld
fi
if [ -z "$QASCRIPT_DIR" ]
then
    QASCRIPT_DIR=`dirname $0`
fi

PATH=.:$HOME/bin:/tools/ns/bin:/bin:/usr/bin:/usr/sbin:/usr/ccs/bin:/usr/dist/local/exe:/usr/bin/X11:/usr/audio/bin:/u/sonmi/bin:$PATH

CVSROOT=:pserver:svbld@cvsserver:/m/src

os_name=`uname -s`
os_version=`uname -r`
os_full=""

if [ -f /u/svbld/bin/nsarch  ]
then
    os_full=`/u/svbld/bin/nsarch -f`    #FIXME
fi

MANPATH=/usr/share/man:/usr/openwin/man:/usr/local/man

export CVSROOT HOME os_name os_version os_full MANPATH


if [ $os_name = "HP-UX" ]
then
    PATH=$PATH:/usr/local/bin:/opt/aCC/bin:/usr/local/bin/audio:/tools/ns/bin:/etc:/usr/contrib/bin:/usr/contrib/bin/X11:/usr/local/hpux/bin:/nfs/iapp1/hphome/bin:/etc
elif [ $os_name = "SunOS" ]
then
    XAPPLRESDIR=/usr/openwin/lib/app-defaults:/usr/local/lib/X11/app-defaults
    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" ]
    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
    PATH=/usr/ucb:/h/tortoise/export/share/builds/tools/sparc_sun_solaris2.5.1/perl5.004/bin:$PATH
    export XAPPLRESDIR  OPENWINHOME LD_LIBRARY_PATH
elif [ $os_name = "IRIX" ]
then
    PATH=$PATH:/tools/ns/bin:/usr/local/bin:/etc:/usr/bsd
    MANPATH=/tools/ns/man:/usr/local/man
elif [ $os_name = "IRIX64" ]
then
    PATH=$PATH:/tools/ns/bin:/usr/local/bin:/etc:/usr/bsd
    MANPATH=/tools/ns/man:/usr/local/man
elif [ $os_name = "Linux" ]
then
    PATH=/lib:/usr/lib:/bin:/sbin:/usr/bin:/usr/sbin:$PATH
elif [ $os_name = "AIX" ]
then
    PATH=$PATH:/tools/contrib/bin:/usr/local/bin 
    TERM=vt100
    export TERM
elif [ $os_name = "OSF1" ]
then
    PATH=/h/tortoise/export/share/builds/tools/alpha_dec_osf4.0/perl5.004/bin:$PATH:/usr/local/bin
fi

if [ "$os_full" = "HPUX 11.00" ]
then
    PATH=/h/tortoise/export/share/builds/tools/hppa1.1_hp_hpux11.00/perl5.004/bin:$PATH
elif [ "$os_full" = "HPUX 10.10" ]
then
    PATH=/h/tortoise/export/share/builds/tools/hppa1.1_hp_hpux10.10/perl5.004/bin:$PATH
elif [ "$os_full" = "AIX 4.1.4.0" ]
then
    PATH=/h/tortoise/export/share/builds/tools/rs6000_ibm_aix3.2.5/perl5.004/bin:$PATH
elif [ "$os_full" = "AIX 4.1.5.0" ]
then
    PATH=/h/tortoise/export/share/builds/tools/rs6000_ibm_aix3.2.5/perl5.004/bin:$PATH
elif [ "$os_full" = "AIX 4.2.1.0" ]
then
    PATH=/h/tortoise/export/share/builds/tools/rs6000_ibm_aix4.1/perl5.004/bin:$PATH
elif [ "$os_name" = "IRIX" ]
then
    PATH=/tools/ns-arch/soft/perl-5.004_04/run/default/mips_sgi_irix5.3/bin:$PATH
elif [ "$os_name" = "IRIX64" ]
then
    PATH=/tools/ns-arch/soft/perl-5.004_04/run/default/mips_sgi_irix5.3/bin:$PATH
fi

O_CYGNUS=OFF
O_MKS=OFF
O_WIN=OFF

if [ "$os_name" = "CYGWIN_NT-4.0" -o \
    "$os_name" = "CYGWIN_NT-5.0" -o \
    "$os_name" = "CYGWIN_95-4.0" -o \
    "$os_name" = "CYGWIN_98-4.10" ]
then
    #FIXME net use, mount the neccessary pnetwork drives and partitiones first
    #FIXME - take MKS out of the PATH
    os_full=$os_name
    os_name="Windows"
    O_CYGNUS=ON
    O_WIN=ON
    PATH="`dirname $0`:.:/cygdrive/c/cygwin/bin:/cygdrive/z/nstools/bin:/cygdrive/z/nstools/perl5:/cygdrive/z/bin:/cygdrive/c/WINNT/System32:/cygdrive/c/WINNT"
    RM=/cygdrive/c/cygwin/bin/rm.exe    #FIXME - in case we cant cporrect 
                                        #these with the PATH alone
    PATH=`perl $QASCRIPT_DIR/path_uniq "$PATH"`
    RSH=/cygdrive/c/winnt/system32/rsh
elif [ "$os_name" = "Windows_95" -o \
    "$os_name" = "Windows_NT" -o \
    "$os_name" = "WINNT" -o \
    "$os_name" = "Windows" -o \
    "$os_name" = "Windows_98" ]
then
    #FIXME net use, mount the neccessary pnetwork drives and partitiones first
    PATH=`echo $SHELL | sed -e "s/.ksh.exe//g"  -e "s/.sh.exe//g"`
    PATH="Z:/nstools/bin;Z:/nstools/perl5;z:/bin;$PATH"

    if [  "$os_name" = "Windows_NT" -o \
        "$os_name" = "WINNT" ]
    then
        PATH="${PATH};C:/WINNT/System32;C:/WINNT;.;"
    fi
    PATH="`dirname $0`;$PATH"
    
    PATH=`perl $QASCRIPT_DIR/path_uniq -d ';' "$PATH"`
    echo $PATH
    os_full=$os_name
    os_name="Windows"
    O_MKS=ON
    O_WIN=ON
    RSH=c:/winnt/system32/rsh
    
else
    EDITOR=vi
    EMACSLOADPATH=/u/svbld/emacs
    PYTHONPATH=.:/tools/ns/lib/python1.4
    PAGER=less
    XMCD_LIBDIR=/usr/local/lib/xmcd
    DISPLAY=:0.0
    PATH=`perl $QASCRIPT_DIR/path_uniq "$PATH"`
    RSH=rsh
fi

BASEPATH=$PATH    # in  case we we set and reset DIST directories the PATH 
                # needs to change accordingly
export PATH EDITOR EMACSLOADPATH PYTHONPATH PAGER XMCD_LIBDIR DISPLAY MANPATH os_full os_name BASEPATH

umask 022

system=`uname -n`        # name of this system.