diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-09-12 17:20:08 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-09-12 17:20:08 +0000 |
commit | 38b08ea67053bc6fd62bd875e07b06ac8e4fcd97 (patch) | |
tree | 0d6c89176a71a1df8433d969c26c0444c50100a4 /chapter01/changelog.xml | |
parent | f9d25dd2c5efddca3b92fefc3ae5264d11e96d0c (diff) |
Changed sulogin's respawn in inittab to 'once'
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2088 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01/changelog.xml')
-rw-r--r-- | chapter01/changelog.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 4c7f1906a..7f5f6a63d 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -53,6 +53,11 @@ </itemizedlist> </para></listitem> +<listitem><para>September 12th, 2002 [gerard]: Chapter 06 - Configure +Sysvinit: Changed the sulogin line to <emphasis>once</emphasis> instead of +having it respawn. This way it'll behave as expected (ie: a CTRL+D will +continue instead of restart sulogin).</para></listitem> + <listitem><para>September 12th, 2002 [gerard]: Chapter 06 - GCC: Added the <emphasis>--enable-clocale=gnu</emphasis> option to ensure the proper locale mode is used by the C++ libraries.</para></listitem> |