diff options
-rw-r--r-- | inittab.upstart | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/inittab.upstart b/inittab.upstart index 4d7a9a79..b9f2a19b 100644 --- a/inittab.upstart +++ b/inittab.upstart @@ -2,13 +2,13 @@ # # ADDING OTHER CONFIGURATION HERE WILL HAVE NO EFFECT ON YOUR SYSTEM. # -# System initialization is started by /etc/init/rcS +# System initialization is started by /etc/init/rcS.conf # -# Individual runlevels are started by /etc/init/rc +# Individual runlevels are started by /etc/init/rc.conf # -# Ctrl-Alt-Delete is handled by /etc/init/control-alt-delete +# Ctrl-Alt-Delete is handled by /etc/init/control-alt-delete.conf # -# Terminal gettys are handled by /etc/init/tty and /etc/init/serial, +# Terminal gettys are handled by /etc/init/tty.conf and /etc/init/serial.conf, # with configuration in /etc/sysconfig/init. # # For information on how to write upstart event handlers, or how |