# $Id: inittab,v 4.1 1993/03/23 16:16:53 mike Exp $

# The default run level.
id:4:initdefault::

# Names for the run levels. You specify the name of a run level on the
# command line when you boot the system and it will be mapped in to an
# actual run level number using the table below. Specifying a run level
# on the command line like this overrides the default run level above.
:1:runlevel:su
:1:runlevel:single
:2:runlevel:multi
:3:runlevel:tcp
:4:runlevel:nfs
:4:runlevel:network
:5:runlevel:X
:5:runlevel:x
:5:runlevel:workstation

# Boot time initialisation. The bcheckrc script is responsible for
# checking the system integrity (root filesystem etc.). The brc
# script is responsible for preparing the system for use.
bchk::sysinit:/etc/bcheckrc > /dev/tty1 2>&1 < /dev/tty1 
brc::bootwait:/etc/brc > /dev/tty1 2>&1 < /dev/tty1

# Init will perform a sync at 30 second intervals after the sysinit
# processes have been run.
upd::update:30

# Run level initialisation. These scripts are responsible for setting
# the system up ready for each different run level. Each script is
# executed *once* when the given run level is entered.
r0:0:wait:/etc/rc 0 > /dev/tty1 2>&1 < /dev/tty1
r1:1:wait:/etc/rc 1 > /dev/tty1 2>&1 < /dev/tty1
r2:2:wait:/etc/rc 2 > /dev/tty1 2>&1 < /dev/tty1
r3:3:wait:/etc/rc 3 > /dev/tty1 2>&1 < /dev/tty1
r4:4:wait:/etc/rc 4 > /dev/tty1 2>&1 < /dev/tty1
r5:5:wait:/etc/rc 5 > /dev/tty1 2>&1 < /dev/tty1

# System daemons. These are usually shared by several run levels
# and are automatically respawned by init as necessary.
1:1234:respawn:/etc/getty 9600 tty1
2:234:respawn:/etc/getty 9600 tty2
3:234:respawn:/etc/getty 9600 tty3
4:234:respawn:/etc/getty 9600 tty4
xdm:5:respawn:/usr/X386/bin/xdm
