------------------------------------------------------------
revno: 1597
committer: James Hunt <[email protected]>
branch nick: upstart
timestamp: Wed 2014-03-05 11:17:37 +0000
message:
  * doc/states.dot: Added missing security state.
modified:
  ChangeLog
  doc/states.dot
  doc/states.png


--
lp:upstart
https://code.launchpad.net/~upstart-devel/upstart/trunk

Your team Upstart Reviewers is subscribed to branch lp:upstart.
To unsubscribe from this branch go to 
https://code.launchpad.net/~upstart-devel/upstart/trunk/+edit-subscription
=== modified file 'ChangeLog'
--- ChangeLog	2014-02-05 01:06:35 +0000
+++ ChangeLog	2014-03-05 11:17:37 +0000
@@ -1,3 +1,7 @@
+2014-03-05  James Hunt  <[email protected]>
+
+	* doc/states.dot: Added missing security state.
+
 2014-02-04   Cameron Norman  <[email protected]>
 
 	* extra/upstart-socket-bridge.c:

=== modified file 'doc/states.dot'
--- doc/states.dot	2008-03-08 01:50:56 +0000
+++ doc/states.dot	2014-03-05 11:17:37 +0000
@@ -25,6 +25,7 @@
 
 	waiting [shape=diamond];
 	starting [label="starting\n(emit starting)"];
+	security [label="security"];
 	pre_start [label="pre-start"];
 	spawned [label="spawned\n(wait for pid)"];
 	post_start [label="post-start"];
@@ -37,7 +38,9 @@
 	emit_stopped [shape=rectangle,label="emit stopped"];
 
 	waiting -> starting [color=green];
-	starting -> pre_start [color=green];
+	starting -> security [color=green];
+	security -> pre_start [color=green];
+	security -> stopping [color=red];
 	starting -> stopping [color=red];
 	pre_start -> spawned [color=green];
 	pre_start -> stopping [color=red];

=== modified file 'doc/states.png'
Binary files doc/states.png	2008-03-08 01:50:56 +0000 and doc/states.png	2014-03-05 11:17:37 +0000 differ
-- 
upstart-devel mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/upstart-devel

Reply via email to