aboutsummaryrefslogtreecommitdiffstats
path: root/inittab.upstart
diff options
context:
space:
mode:
authorPetr Lautrbach <plautrba@redhat.com>2010-02-15 15:14:08 +0100
committerBill Nottingham <notting@redhat.com>2010-02-15 10:18:04 -0500
commitf03aab4e16d7bb5ce956f517b357d1c0fefbe207 (patch)
tree8ce6e998fc103e84dc831ece800e3e2d41f4b293 /inittab.upstart
parent2f22452b3850d8eb3ade92f2f7dc7bf0c0e4bcb6 (diff)
downloadinitscripts-f03aab4e16d7bb5ce956f517b357d1c0fefbe207.tar
initscripts-f03aab4e16d7bb5ce956f517b357d1c0fefbe207.tar.gz
initscripts-f03aab4e16d7bb5ce956f517b357d1c0fefbe207.tar.bz2
initscripts-f03aab4e16d7bb5ce956f517b357d1c0fefbe207.tar.xz
initscripts-f03aab4e16d7bb5ce956f517b357d1c0fefbe207.zip
fix job paths in inittab.upstart
Diffstat (limited to 'inittab.upstart')
-rw-r--r--inittab.upstart8
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