diff options
author | Bill Nottingham <notting@redhat.com> | 2009-12-03 14:48:22 -0500 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2009-12-03 14:48:22 -0500 |
commit | fdaf26ab44717013e00bc3e8e316743a9581448a (patch) | |
tree | 2dbe5926094b30606d47ed9a95e414dff9530733 | |
parent | 857a4cd8f1f761ad19c3df868d79430cc53324d8 (diff) | |
download | initscripts-fdaf26ab44717013e00bc3e8e316743a9581448a.tar initscripts-fdaf26ab44717013e00bc3e8e316743a9581448a.tar.gz initscripts-fdaf26ab44717013e00bc3e8e316743a9581448a.tar.bz2 initscripts-fdaf26ab44717013e00bc3e8e316743a9581448a.tar.xz initscripts-fdaf26ab44717013e00bc3e8e316743a9581448a.zip |
Uppdate the docs in inittab.
-rw-r--r-- | inittab.upstart | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/inittab.upstart b/inittab.upstart index 955e7de6..4d7a9a79 100644 --- a/inittab.upstart +++ b/inittab.upstart @@ -4,15 +4,15 @@ # # System initialization is started by /etc/init/rcS # -# Individual runlevels are started by /etc/init/rc[0-6] +# Individual runlevels are started by /etc/init/rc # # Ctrl-Alt-Delete is handled by /etc/init/control-alt-delete # -# Terminal gettys (tty[1-6]) are handled by /etc/init/tty[1-6] and -# /etc/init/serial +# Terminal gettys are handled by /etc/init/tty and /etc/init/serial, +# with configuration in /etc/sysconfig/init. # # For information on how to write upstart event handlers, or how -# upstart works, see init(8), initctl(8), and events(5). +# upstart works, see init(5), init(8), and initctl(8). # # Default runlevel. The runlevels used are: # 0 - halt (Do NOT set initdefault to this) |