From 5cf9a57bc6ad17baf8aaffc33263ecbfda4386eb Mon Sep 17 00:00:00 2001 From: Yoann Vandoorselaere Date: Wed, 15 Dec 1999 11:05:53 +0000 Subject: *** empty log message *** --- init-sh/level0.sh | 1 - init-sh/level1.sh | 2 -- init-sh/level2.sh | 1 - init-sh/level3.sh | 1 - init-sh/level4.sh | 1 - init-sh/level5.sh | 1 - 6 files changed, 7 deletions(-) (limited to 'init-sh') 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 :" -- cgit v1.2.1