mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-21 20:59:22 +01:00
Changed sulogin's respawn in inittab to 'once'
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2088 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
f9d25dd2c5
commit
38b08ea670
@ -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>
|
||||
|
@ -20,7 +20,7 @@ l6:6:wait:/etc/rc.d/init.d/rc 6
|
||||
|
||||
ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -r now
|
||||
|
||||
su:S016:respawn:/sbin/sulogin
|
||||
su:S016:once:/sbin/sulogin
|
||||
|
||||
1:2345:respawn:/sbin/agetty tty1 9600
|
||||
2:2345:respawn:/sbin/agetty tty2 9600
|
||||
|
Loading…
Reference in New Issue
Block a user