Gentoo Archives: gentoo-commits

From: "William Hubbs (williamh)" <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/sysvinit/files: inittab-2.87
Date: Fri, 08 Jan 2010 16:55:09
Message-Id: E1NTI79-0000Gz-NK@stork.gentoo.org
1 williamh 10/01/08 16:55:07
2
3 Added: inittab-2.87
4 Log:
5 Do not shut down network interfaces when we shut down; closes bug #278535.
6 (Portage version: 2.2_rc61/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 sys-apps/sysvinit/files/inittab-2.87
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/sysvinit/files/inittab-2.87?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/sysvinit/files/inittab-2.87?rev=1.1&content-type=text/plain
13
14 Index: inittab-2.87
15 ===================================================================
16 #
17 # /etc/inittab: This file describes how the INIT process should set up
18 # the system in a certain run-level.
19 #
20 # Author: Miquel van Smoorenburg, <miquels@×××××××.nl>
21 # Modified by: Patrick J. Volkerding, <volkerdi@×××××××××.com>
22 # Modified by: Daniel Robbins, <drobbins@g.o>
23 # Modified by: Martin Schlemmer, <azarah@g.o>
24 # Modified by: Mike Frysinger, <vapier@g.o>
25 # Modified by: Robin H. Johnson, <robbat2@g.o>
26 #
27 # $Header: /var/cvsroot/gentoo-x86/sys-apps/sysvinit/files/inittab-2.87,v 1.1 2010/01/08 16:55:07 williamh Exp $
28
29 # Default runlevel.
30 id:3:initdefault:
31
32 # System initialization, mount local filesystems, etc.
33 si::sysinit:/sbin/rc sysinit
34
35 # Further system initialization, brings up the boot runlevel.
36 rc::bootwait:/sbin/rc boot
37
38 l0:0:wait:/sbin/rc shutdown
39 l0s:0:wait:/sbin/halt -dhp
40 l1:1:wait:/sbin/rc single
41 l2:2:wait:/sbin/rc nonetwork
42 l3:3:wait:/sbin/rc default
43 l4:4:wait:/sbin/rc default
44 l5:5:wait:/sbin/rc default
45 l6:6:wait:/sbin/rc reboot
46 l6r:6:wait:/sbin/reboot -dk
47 #z6:6:respawn:/sbin/sulogin
48
49 # new-style single-user
50 su0:S:wait:/sbin/rc single
51 su1:S:wait:/sbin/sulogin
52
53 # TERMINALS
54 c1:12345:respawn:/sbin/agetty 38400 tty1 linux
55 c2:2345:respawn:/sbin/agetty 38400 tty2 linux
56 c3:2345:respawn:/sbin/agetty 38400 tty3 linux
57 c4:2345:respawn:/sbin/agetty 38400 tty4 linux
58 c5:2345:respawn:/sbin/agetty 38400 tty5 linux
59 c6:2345:respawn:/sbin/agetty 38400 tty6 linux
60
61 # SERIAL CONSOLES
62 #s0:12345:respawn:/sbin/agetty 9600 ttyS0 vt100
63 #s1:12345:respawn:/sbin/agetty 9600 ttyS1 vt100
64
65 # What to do at the "Three Finger Salute".
66 ca:12345:ctrlaltdel:/sbin/shutdown -r now
67
68 # Used by /etc/init.d/xdm to control DM startup.
69 # Read the comments in /etc/init.d/xdm for more
70 # info. Do NOT remove, as this will start nothing
71 # extra at boot if /etc/init.d/xdm is not added
72 # to the "default" runlevel.
73 x:a:once:/etc/X11/startDM.sh