aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoann Vandoorselaere <yoann@mandriva.com>1999-11-26 00:21:33 +0000
committerYoann Vandoorselaere <yoann@mandriva.com>1999-11-26 00:21:33 +0000
commit22a29fddb20c6c12772c2e2c27df005222c01609 (patch)
tree588f12d9b6c408bd5c33261e6f080527c7e8ba96
parent93b4db587a0d9d372c04b9347efdacf2b9e78ff3 (diff)
downloadmsec-22a29fddb20c6c12772c2e2c27df005222c01609.tar
msec-22a29fddb20c6c12772c2e2c27df005222c01609.tar.gz
msec-22a29fddb20c6c12772c2e2c27df005222c01609.tar.bz2
msec-22a29fddb20c6c12772c2e2c27df005222c01609.tar.xz
msec-22a29fddb20c6c12772c2e2c27df005222c01609.zip
msec.spec: updated revision / changelog.
level[12].sh: removed some unused code. level3.sh: fixed a bug
-rw-r--r--doc/msec.spec6
-rwxr-xr-xinit-sh/level1.sh2
-rwxr-xr-xinit-sh/level2.sh2
-rwxr-xr-xinit-sh/level3.sh2
4 files changed, 6 insertions, 6 deletions
diff --git a/doc/msec.spec b/doc/msec.spec
index 936c56b..cdfa629 100644
--- a/doc/msec.spec
+++ b/doc/msec.spec
@@ -1,7 +1,7 @@
Summary: Security Level & Program for the Linux Mandrake distribution
Name: msec
Version: 0.3
-Release: 6mdk
+Release: 7mdk
Source: ftp://mandrakesoft.com/pub/yoann/msec-0.3.tar.gz
Copyright: GPL
Group: System Environment/Base
@@ -46,6 +46,10 @@ rm -rf $RPM_BUILD_ROOT
/usr/bin/promisc_check
%changelog
+* Fri Nov 26 1999 Yoann Vandoorselaere <yoann@mandrakesoft.com>
+- Fix a bug in level3.sh
+- level[12].sh Removed some unused code
+
* Thu Nov 25 1999 Yoann Vandoorselaere <yoann@mandrakesoft.com>
- Call chkconfig with the new --msec option.
diff --git a/init-sh/level1.sh b/init-sh/level1.sh
index acd0622..01177ba 100755
--- a/init-sh/level1.sh
+++ b/init-sh/level1.sh
@@ -40,8 +40,6 @@ lilo
# Path
if [ ${HAVE_X}==1 ]; then
AddRules "PATH=$PATH:/usr/X11R6/bin:." /etc/profile
-else
- AddRUles "PATH=$PATH:." /etc/profile
fi
diff --git a/init-sh/level2.sh b/init-sh/level2.sh
index 8d20ea1..d9397d2 100755
--- a/init-sh/level2.sh
+++ b/init-sh/level2.sh
@@ -40,8 +40,6 @@ xhost + localhost 2>&1 >& /dev/null
# Path
if [ ${HAVE_X}==1 ]; then
AddRules "PATH=$PATH:/usr/X11R6/bin" /etc/profile
-else
- AddRules "PATH=$PATH" /etc/profile
fi
diff --git a/init-sh/level3.sh b/init-sh/level3.sh
index 400305a..de4e5f3 100755
--- a/init-sh/level3.sh
+++ b/init-sh/level3.sh
@@ -43,7 +43,7 @@ AddRules "umask 022" /etc/profile
# Path
if [ ${HAVE_X}==1 ]; then
- AddRules "PATH=$PATH:/usr/X11R6/bin"
+ AddRules "PATH=$PATH:/usr/X11R6/bin" /etc/profile
fi