aboutsummaryrefslogtreecommitdiffstats
path: root/msec.csh
diff options
context:
space:
mode:
Diffstat (limited to 'msec.csh')
-rwxr-xr-xmsec.csh4
1 files changed, 4 insertions, 0 deletions
diff --git a/msec.csh b/msec.csh
index f3a12b5..7552cee 100755
--- a/msec.csh
+++ b/msec.csh
@@ -1,3 +1,5 @@
+. /etc/sysconfig.msec
+
if ! { (echo "${PATH}" | grep -q /usr/X11R6/bin) } then
setenv PATH "${PATH}:/usr/X11R6/bin"
endif
@@ -5,3 +7,5 @@ endif
if ! { (echo "${PATH}" | grep -q /usr/games) } then
setenv PATH "${PATH}:/usr/games"
endif
+
+setenv SECURE_LEVEL ${SECURE_LEVEL}