diff options
Diffstat (limited to 'source/a/sysvinit-scripts/scripts/inittab')
-rw-r--r-- | source/a/sysvinit-scripts/scripts/inittab | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/source/a/sysvinit-scripts/scripts/inittab b/source/a/sysvinit-scripts/scripts/inittab index 862f704c..9f8b422d 100644 --- a/source/a/sysvinit-scripts/scripts/inittab +++ b/source/a/sysvinit-scripts/scripts/inittab @@ -6,6 +6,7 @@ # 2.10 02/10/95 PV # 3.00 02/06/1999 PV # 4.00 04/10/2002 PV +# 13.37 2011-03-25 PJV # # Author: Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org> # Modified by: Patrick J. Volkerding, <volkerdi@slackware.com> @@ -48,11 +49,11 @@ pf::powerfail:/sbin/genpowerfail start pg::powerokwait:/sbin/genpowerfail stop # These are the standard console login getties in multiuser mode: -c1:1235:respawn:/sbin/agetty 38400 tty1 linux -c2:1235:respawn:/sbin/agetty 38400 tty2 linux -c3:1235:respawn:/sbin/agetty 38400 tty3 linux -c4:1235:respawn:/sbin/agetty 38400 tty4 linux -c5:1235:respawn:/sbin/agetty 38400 tty5 linux +c1:12345:respawn:/sbin/agetty 38400 tty1 linux +c2:12345:respawn:/sbin/agetty 38400 tty2 linux +c3:12345:respawn:/sbin/agetty 38400 tty3 linux +c4:12345:respawn:/sbin/agetty 38400 tty4 linux +c5:12345:respawn:/sbin/agetty 38400 tty5 linux c6:12345:respawn:/sbin/agetty 38400 tty6 linux # Local serial lines: @@ -63,12 +64,8 @@ c6:12345:respawn:/sbin/agetty 38400 tty6 linux #d1:12345:respawn:/sbin/agetty -mt60 38400,19200,9600,2400,1200 ttyS0 vt100 #d2:12345:respawn:/sbin/agetty -mt60 38400,19200,9600,2400,1200 ttyS1 vt100 -# Runlevel 4 used to be for an X window only system, until we discovered -# that it throws init into a loop that keeps your load avg at least 1 all -# the time. Thus, there is now one getty opened on tty6. Hopefully no one -# will notice. ;^) -# It might not be bad to have one text console anyway, in case something -# happens to X. +# Runlevel 4 also starts /etc/rc.d/rc.4 to run a display manager for X. +# Display managers are preferred in this order: gdm, kdm, xdm x1:4:respawn:/etc/rc.d/rc.4 # End of /etc/inittab |