diff options
author | Bill Nottingham <notting@redhat.com> | 2009-12-03 14:29:21 -0500 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2009-12-03 14:29:21 -0500 |
commit | 79b2b232cb34f7df3e440968240975e44c4b8fc7 (patch) | |
tree | 96897ba99159dc82592baddddf3d68e7eafb64ce /inittab.upstart | |
parent | a0025d667ffc0ecd70c0da39a7a3fede56f71a2a (diff) | |
download | initscripts-79b2b232cb34f7df3e440968240975e44c4b8fc7.tar initscripts-79b2b232cb34f7df3e440968240975e44c4b8fc7.tar.gz initscripts-79b2b232cb34f7df3e440968240975e44c4b8fc7.tar.bz2 initscripts-79b2b232cb34f7df3e440968240975e44c4b8fc7.tar.xz initscripts-79b2b232cb34f7df3e440968240975e44c4b8fc7.zip |
Move to new upstart job location and file extension.
Diffstat (limited to 'inittab.upstart')
-rw-r--r-- | inittab.upstart | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/inittab.upstart b/inittab.upstart index 95d359ca..955e7de6 100644 --- a/inittab.upstart +++ b/inittab.upstart @@ -2,14 +2,14 @@ # # ADDING OTHER CONFIGURATION HERE WILL HAVE NO EFFECT ON YOUR SYSTEM. # -# System initialization is started by /etc/event.d/rcS +# System initialization is started by /etc/init/rcS # -# Individual runlevels are started by /etc/event.d/rc[0-6] +# Individual runlevels are started by /etc/init/rc[0-6] # -# Ctrl-Alt-Delete is handled by /etc/event.d/control-alt-delete +# Ctrl-Alt-Delete is handled by /etc/init/control-alt-delete # -# Terminal gettys (tty[1-6]) are handled by /etc/event.d/tty[1-6] and -# /etc/event.d/serial +# Terminal gettys (tty[1-6]) are handled by /etc/init/tty[1-6] and +# /etc/init/serial # # For information on how to write upstart event handlers, or how # upstart works, see init(8), initctl(8), and events(5). |