rpms/upstart/devel events.5,1.1,1.2 upstart.spec,1.16,1.17

Casey Dahlin (sadmac) fedora-extras-commits at redhat.com
Wed Apr 9 16:47:57 UTC 2008


Author: sadmac

Update of /cvs/pkgs/rpms/upstart/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5314

Modified Files:
	events.5 upstart.spec 
Log Message:
Added list of stock events to events(5)



Index: events.5
===================================================================
RCS file: /cvs/pkgs/rpms/upstart/devel/events.5,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- events.5	5 Apr 2008 00:49:00 -0000	1.1
+++ events.5	9 Apr 2008 16:47:12 -0000	1.2
@@ -230,6 +230,51 @@
 
 Example: emits spam egg ham
 .\"
+.SH EVENTS
+A wide array of events can be emitted by the system (see
+\fBinitctl(8)\fR) but the following events are generated by
+upstart itself, or are usually seen on a typical install.
+
+.TP
+.BI "stalled"
+No jobs are running and no events are pending.
+
+.TP
+.BI "control-alt-delete"
+Control-Alt-Delete has been pressed.
+
+.TP
+.BI "kbdrequest"
+A kbdrequest event has occurred.
+
+.TP
+.BI "power-status-changed"
+Init received SIGPWR.
+
+.TP
+.BI "starting <job>"
+The given job is being started.
+
+.TP
+.BI "started <job>"
+The given job has successfully been started.
+
+.TP
+.BI "stopping <job>"
+The given job is being stopped.
+
+.TP
+.BI "stopped <job>"
+The given job has been stopped successfully.
+
+.TP
+.BI "startup"
+Emitted when the system boots.
+
+.TP
+.BI "runlevel <runlevel>"
+Init has been asked to move to the given runlevel.
+.\"
 .SH FILES
 .I /etc/event.d
 The directory where event files are stored.


Index: upstart.spec
===================================================================
RCS file: /cvs/pkgs/rpms/upstart/devel/upstart.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- upstart.spec	9 Apr 2008 05:11:43 -0000	1.16
+++ upstart.spec	9 Apr 2008 16:47:12 -0000	1.17
@@ -96,6 +96,9 @@
 %{_mandir}/man8/telinit.8.gz
 
 %changelog
+* Wed Apr 09 2008 Casey Dahlin <cjdahlin at ncsu.edu> - 0.3.9-17
+- Added list of stock events to events(5)
+
 * Tue Apr 08 2008 Casey Dahlin <cjdahlin at ncsu.edu> - 0.3.9-16
 - Add telinit u support
 




More information about the fedora-extras-commits mailing list