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

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}