2 si::sysinit:/etc/init.d/rcS
3 ~~:S:wait:/sbin/sulogin
8 # 2: multi-user mode without networking
9 # 3: multi-user mode with networking
10 # 4: reserved for customization, otherwise does the same as 3
11 # 5: same as 4, it is usually used for GUI login (xdm, gdm, kdm)
12 # 6: reboot the computer
14 # what to do at normal runlevels:
15 l0:0:wait:/etc/init.d/rc 0
16 l1:1:wait:/etc/init.d/rc 1
17 l2:2:wait:/etc/init.d/rc 2
18 l3:3:wait:/etc/init.d/rc 3
19 l4:4:wait:/etc/init.d/rc 4
20 l5:5:wait:/etc/init.d/rc 5
21 l6:6:wait:/etc/init.d/rc 6
23 # what to to with the three-finger salute
24 ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -r now
26 # what to do on power events:
27 #pf::powerwait:/etc/init.d/powerfail start
28 #pf::powerfail:/etc/init.d/powerfail now
29 #pn::powerfailnow:/etc/init.d/powerfail now
30 #po::powerokwait:/etc/init.d/powerfail stop
32 # uncomment the following to enable serial consoles, make sure
33 # you add ttyS0/1 to /etc/securetty too
34 #s0:12345:respawn:/sbin/agetty 38400 ttyS0
35 #s1:12345:respawn:/sbin/agetty 38400 ttyS1
37 # which terminals should have consoles
38 c1:12345:respawn:/sbin/agetty 38400 tty1
39 c2:2345:respawn:/sbin/agetty 38400 tty2
40 c3:2345:respawn:/sbin/agetty 38400 tty3
41 c4:234:respawn:/sbin/agetty 38400 tty4
42 c5:234:respawn:/sbin/agetty 38400 tty5
43 c6:234:respawn:/sbin/agetty 38400 tty6
45 # this generates the login prompt
46 issu::once:/sbin/make-issue