aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorin Grad <florin@mandriva.com>2001-11-28 15:14:59 +0000
committerFlorin Grad <florin@mandriva.com>2001-11-28 15:14:59 +0000
commite221c8318bfab76505b82b9796fe51f23bdb8cdf (patch)
tree4df663c3a246731ecef09f3d5e7a854bb7daac62
parent7e77131c711110a14510ad5839a7d9a3b7200845 (diff)
downloadmsec-e221c8318bfab76505b82b9796fe51f23bdb8cdf.tar
msec-e221c8318bfab76505b82b9796fe51f23bdb8cdf.tar.gz
msec-e221c8318bfab76505b82b9796fe51f23bdb8cdf.tar.bz2
msec-e221c8318bfab76505b82b9796fe51f23bdb8cdf.tar.xz
msec-e221c8318bfab76505b82b9796fe51f23bdb8cdf.zip
source the /etc/sysconfig/msec file
-rwxr-xr-xmsec.csh2
-rwxr-xr-xmsec.sh2
2 files changed, 4 insertions, 0 deletions
diff --git a/msec.csh b/msec.csh
index f3a12b5..817f5da 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
diff --git a/msec.sh b/msec.sh
index 3bba558..de31e21 100755
--- a/msec.sh
+++ b/msec.sh
@@ -1,3 +1,5 @@
+. /etc/sysconfig/msec
+
if ! echo ${PATH} |grep -q /usr/X11R6/bin ; then
export PATH=$PATH:/usr/X11R6/bin
fi