aboutsummaryrefslogtreecommitdiffstats
path: root/msec.sh
blob: 759fc18e5b7222384c9bbbf83450124023dce479 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
if [ -r /etc/sysconfig/msec ]; then
	. /etc/sysconfig/msec
fi

if ! echo ${PATH} |grep -q /usr/X11R6/bin ; then
	export PATH=$PATH:/usr/X11R6/bin
fi

if ! echo ${PATH} |grep -q /usr/games ; then
	export PATH=$PATH:/usr/games
fi

export SECURE_LEVEL=${SECURE_LEVEL}