aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoann Vandoorselaere <yoann@mandriva.com>1999-12-15 11:13:23 +0000
committerYoann Vandoorselaere <yoann@mandriva.com>1999-12-15 11:13:23 +0000
commitf8210b92de7849d956c817f86face6175ab51932 (patch)
treed48f19002cc8cfe5050fcf3e4f3420c8993a407d
parent5cf9a57bc6ad17baf8aaffc33263ecbfda4386eb (diff)
downloadmsec-f8210b92de7849d956c817f86face6175ab51932.tar
msec-f8210b92de7849d956c817f86face6175ab51932.tar.gz
msec-f8210b92de7849d956c817f86face6175ab51932.tar.bz2
msec-f8210b92de7849d956c817f86face6175ab51932.tar.xz
msec-f8210b92de7849d956c817f86face6175ab51932.zip
*** empty log message ***
-rw-r--r--ChangeLog1
-rwxr-xr-xinit-sh/level0.sh2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 46b54ce..32adea3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,5 @@
1999-15-10 Yoann Vandoorselaere <yoann@mandrakesoft.com>
+ * level0.sh fixed inittab entry
* fix a typo
* As requested, direct shell access for level 0
* Fixed a little problem with the DRAKX_USERS variable
diff --git a/init-sh/level0.sh b/init-sh/level0.sh
index edadca7..580067b 100755
--- a/init-sh/level0.sh
+++ b/init-sh/level0.sh
@@ -57,7 +57,7 @@ echo -e "done.\n"
# /etc/inittab
echo "Enabling direct console access : "
-AddRules "1:2345:respawn:/bin/bash --login tty1" /etc/inittab
+AddRules "1:2345:respawn:/bin/bash --login" /etc/inittab
# /etc/profile
export SECURE_LEVEL=1