aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorin Grad <florin@mandriva.com>2001-11-29 17:33:04 +0000
committerFlorin Grad <florin@mandriva.com>2001-11-29 17:33:04 +0000
commit25e9f23d9c0ffceb4ddf1d1d9ce81ede75a1bbbf (patch)
tree94acb0a3da874aa80fa834a759730f6d83214b53
parent53f07a1002e46383f9a7edd72ef1b9bcd9a966f3 (diff)
downloadmsec-25e9f23d9c0ffceb4ddf1d1d9ce81ede75a1bbbf.tar
msec-25e9f23d9c0ffceb4ddf1d1d9ce81ede75a1bbbf.tar.gz
msec-25e9f23d9c0ffceb4ddf1d1d9ce81ede75a1bbbf.tar.bz2
msec-25e9f23d9c0ffceb4ddf1d1d9ce81ede75a1bbbf.tar.xz
msec-25e9f23d9c0ffceb4ddf1d1d9ce81ede75a1bbbf.zip
sysconfig file
-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}