aboutsummaryrefslogtreecommitdiffstats
path: root/msec.sh
blob: fcba83535fcee991169171f96021074b3bc51304 (plain)
1
2
3
4
5
6
7
8
9
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}