=== added file 'util/man/inittab.5' --- util/man/inittab.5 1970-01-01 00:00:00 +0000 +++ util/man/inittab.5 2006-11-18 13:51:36 +0000 @@ -0,0 +1,31 @@ +.TH inittab 5 "October 2006" "Upstart" +.\" +.SH NAME +inittab \- deprecated +.\" +.SH DESCRIPTION +.B inittab +is the configuration file used in the old sysvinit daemon. This has been +replaced in upstart by +.B /etc/event.d + +You can learn more about event.d at http://upstart.ubuntu.com/doc/getting-started.html +.\" +.SH AUTHOR +Written by Scott James Remnant. +.\" +.SH REPORTING BUGS +Report bugs at https://launchpad.net/products/upstart/+bugs +.\" +.SH COPYRIGHT +Copyright \(co 2006 Canonical Ltd. +.br +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +.\" +.SH SEE ALSO +.BR init (8) +.BR start (8) +.BR shutdown (8) +.BR telinit (8) +.BR initctl (8) === modified file 'util/Makefile.am' --- util/Makefile.am 2006-10-13 14:15:50 +0000 +++ util/Makefile.am 2006-11-18 13:47:19 +0000 @@ -8,7 +8,8 @@ dist_man_MANS = \ - man/initctl.8 + man/initctl.8 \ + man/inittab.5 sbin_PROGRAMS = \