diff options
author | Yoann Vandoorselaere <yoann@mandriva.com> | 1999-11-29 10:09:41 +0000 |
---|---|---|
committer | Yoann Vandoorselaere <yoann@mandriva.com> | 1999-11-29 10:09:41 +0000 |
commit | 9083d35d35565f571883275dbf3fd77f4ff05f6d (patch) | |
tree | bf7f436598a182858f4f9cdca66a94144d39fac6 /init-sh/level3.sh | |
parent | dc637a2be59b2555f16ee6687b2d5bdf8ace3eca (diff) | |
download | msec-9083d35d35565f571883275dbf3fd77f4ff05f6d.tar msec-9083d35d35565f571883275dbf3fd77f4ff05f6d.tar.gz msec-9083d35d35565f571883275dbf3fd77f4ff05f6d.tar.bz2 msec-9083d35d35565f571883275dbf3fd77f4ff05f6d.tar.xz msec-9083d35d35565f571883275dbf3fd77f4ff05f6d.zip |
Fix a few bug.
Diffstat (limited to 'init-sh/level3.sh')
-rwxr-xr-x | init-sh/level3.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/init-sh/level3.sh b/init-sh/level3.sh index de4e5f3..1c1cfd9 100755 --- a/init-sh/level3.sh +++ b/init-sh/level3.sh @@ -37,14 +37,13 @@ AddRules "0 0-23 * * * root nice --adjustment=+19 /etc/security/msec/cron- # Permissions AddRules "umask 022" /etc/profile +AddRules "SECURE_LEVEL=3 /etc/profile /sbin/lilo # Path -if [ ${HAVE_X}==1 ]; then - AddRules "PATH=$PATH:/usr/X11R6/bin" /etc/profile -fi +AddRules "PATH=\$PATH:/usr/X11R6/bin" /etc/profile |