From 2689cba5de2234643dbf0ec20f86eb164edf2b37 Mon Sep 17 00:00:00 2001 From: Frederic Lepied Date: Mon, 25 Feb 2002 21:14:40 +0000 Subject: don't manage /usr/games and /usr/X11R6/bin, this has nothing to do with security --- msec.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/msec.sh b/msec.sh index c1a45ac..4ab8399 100755 --- a/msec.sh +++ b/msec.sh @@ -26,14 +26,6 @@ else fi fi -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 - if [ -n "$SECURE_LEVEL" -a "$SECURE_LEVEL" -le 1 ] && ! echo ${PATH} | fgrep -q :.; then export PATH=$PATH:. fi -- cgit v1.2.1