aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rwxr-xr-xinit-sh/level0.sh1
-rwxr-xr-xinit-sh/level1.sh2
-rwxr-xr-xinit-sh/level2.sh1
-rwxr-xr-xinit-sh/level3.sh1
-rwxr-xr-xinit-sh/level4.sh1
-rwxr-xr-xinit-sh/level5.sh1
7 files changed, 1 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 761d8a2..46b54ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,5 @@
1999-15-10 Yoann Vandoorselaere <yoann@mandrakesoft.com>
+ * fix a typo
* As requested, direct shell access for level 0
* Fixed a little problem with the DRAKX_USERS variable
* removed chattr +a because of the problem it can cause to
diff --git a/init-sh/level0.sh b/init-sh/level0.sh
index 0aed416..edadca7 100755
--- a/init-sh/level0.sh
+++ b/init-sh/level0.sh
@@ -58,7 +58,6 @@ echo -e "done.\n"
# /etc/inittab
echo "Enabling direct console access : "
AddRules "1:2345:respawn:/bin/bash --login tty1" /etc/inittab
-echo "done.\n"
# /etc/profile
export SECURE_LEVEL=1
diff --git a/init-sh/level1.sh b/init-sh/level1.sh
index b7b1c3e..370d65d 100755
--- a/init-sh/level1.sh
+++ b/init-sh/level1.sh
@@ -58,8 +58,6 @@ echo -e "done.\n"
# /etc/inittab
echo "Disabling direct console access : "
AddRules "1:2345:respawn:/sbin/mingetty tty1" /etc/inittab
-echo "done.\n"
-
# /etc/profile
export SECURE_LEVEL=1
diff --git a/init-sh/level2.sh b/init-sh/level2.sh
index c876ed9..3bf1157 100755
--- a/init-sh/level2.sh
+++ b/init-sh/level2.sh
@@ -58,7 +58,6 @@ echo -e "done.\n"
# /etc/inittab
echo "Disabling direct console access : "
AddRules "1:2345:respawn:/sbin/mingetty tty1" /etc/inittab
-echo "done.\n"
# /etc/profile
export SECURE_LEVEL=2
diff --git a/init-sh/level3.sh b/init-sh/level3.sh
index 8e8a456..acf8483 100755
--- a/init-sh/level3.sh
+++ b/init-sh/level3.sh
@@ -67,7 +67,6 @@ echo -e "done.\n"
# /etc/inittab
echo "Disabling direct console access : "
AddRules "1:2345:respawn:/sbin/mingetty tty1" /etc/inittab
-echo "done.\n"
# /etc/profile
export SECURE_LEVEL=3
diff --git a/init-sh/level4.sh b/init-sh/level4.sh
index b0ebeea..212c3f8 100755
--- a/init-sh/level4.sh
+++ b/init-sh/level4.sh
@@ -82,7 +82,6 @@ echo -e "done.\n"
# /etc/inittab
echo "Disabling direct console access : "
AddRules "1:2345:respawn:/sbin/mingetty tty1" /etc/inittab
-echo "done.\n"
# Server update
echo "Setting secure level variable to 4 :"
diff --git a/init-sh/level5.sh b/init-sh/level5.sh
index 14b7e9d..eaa06fe 100755
--- a/init-sh/level5.sh
+++ b/init-sh/level5.sh
@@ -76,7 +76,6 @@ echo -e "done.\n"
# /etc/inittab
echo "Disabling direct console access : "
AddRules "1:2345:respawn:/sbin/mingetty tty1" /etc/inittab
-echo "done.\n"
# Disable all server :
echo "Setting secure level variable to 5 :"