# $ID: Inittab $
# Default runlevel. 
#
# Runlevel   h halts the system
# Runlevel   s is single user administrative mode.
# Runlevel   m is the normal multi user level.
# Runlevel   r reboots the system.
# Runlevel   b is during bootup.
#
#+------- Runlevel this command is valid in.
#|  +---- the command.
#|  |          +---- program to run, if any.
#|  |          |
#v  v          v
m:initdefault:

# System initialization before anything else.
#
b:wait:/bin/echo here we go!

s:wait:/bin/su -

*:cad:/bin/echo c-a-d

# Multiuser gettys
m:respawn:/usr/bin/sleep 5
m:respawn:/usr/bin/sleep 6
m:respawn:/usr/bin/sleep 7
m:respawn:/usr/bin/sleep 8
m:respawn:/blah/blah/blah blah

r:once:/bin/echo Try to reboot.

h:once:/bin/echo Try to halt.
