From f8210b92de7849d956c817f86face6175ab51932 Mon Sep 17 00:00:00 2001 From: Yoann Vandoorselaere Date: Wed, 15 Dec 1999 11:13:23 +0000 Subject: *** empty log message *** --- ChangeLog | 1 + init-sh/level0.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 46b54ce..32adea3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,5 @@ 1999-15-10 Yoann Vandoorselaere + * 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 -- cgit v1.2.1