aboutsummaryrefslogtreecommitdiffstats
path: root/msec.csh
blob: 7552ceea33e0ffca33abfb0bdac8c52a2c903163 (plain)
1
2
3
4
5
6
7
8
9
10
11
. /etc/sysconfig.msec

if ! { (echo "${PATH}" | grep -q /usr/X11R6/bin) } then
	setenv PATH "${PATH}:/usr/X11R6/bin"
endif

if ! { (echo "${PATH}" | grep -q /usr/games) } then
	setenv PATH "${PATH}:/usr/games"
endif

setenv SECURE_LEVEL ${SECURE_LEVEL}