------------------------------------------------------------ revno: 1472 committer: James Hunt <[email protected]> branch nick: upstart timestamp: Tue 2013-04-02 20:14:50 +0100 message: * extra/man/file-event.7: Correct EVENT values in examples. * extra/man/upstart-event-bridge.8: - Corrected bridge name. - Explain that blocking semantics of system jobs not retained. modified: ChangeLog extra/man/file-event.7 extra/man/upstart-event-bridge.8
-- 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 2013-03-28 17:07:54 +0000 +++ ChangeLog 2013-04-02 19:14:50 +0000 @@ -1,3 +1,10 @@ +2013-04-02 James Hunt <[email protected]> + + * extra/man/file-event.7: Correct EVENT values in examples. + * extra/man/upstart-event-bridge.8: + - Corrected bridge name. + - Explain that blocking semantics of system jobs not retained. + 2013-03-28 James Hunt <[email protected]> * scripts/upstart-monitor.py: on_button_press_event(): === modified file 'extra/man/file-event.7' --- extra/man/file-event.7 2013-03-19 08:08:54 +0000 +++ extra/man/file-event.7 2013-04-02 19:14:50 +0000 @@ -62,14 +62,14 @@ .\" .SH EXAMPLES .\" -.IP "start on file FILE=/run/app.pid EVENT=created" 0.4i +.IP "start on file FILE=/run/app.pid EVENT=create" 0.4i Event emitted when file is created. .IP "start on file FILE=/run/app.pid" Event emitted when file is created, modified or deleted. .IP "start on file FILE=/var/log/" Event emitted when files within a directory are created, modified or deleted. -.IP "start on file FILE=/var/crash/*.crash EVENT=created" +.IP "start on file FILE=/var/crash/*.crash EVENT=create" Event emitted when files that match a glob pattern are created in the indicated directory. .IP "start on file FILE=""/this/path/contains whitespace.txt""" === modified file 'extra/man/upstart-event-bridge.8' --- extra/man/upstart-event-bridge.8 2012-12-19 16:46:46 +0000 +++ extra/man/upstart-event-bridge.8 2013-04-02 19:14:50 +0000 @@ -1,14 +1,14 @@ -.TH upstart\-events\-bridge 8 2011-03-08 upstart +.TH upstart\-event\-bridge 8 2013-04-02 upstart .\" .SH NAME -upstart\-events\-bridge \- Bridge between system Upstart and session Upstart +upstart\-event\-bridge \- Bridge between system Upstart and session Upstart .\" .SH SYNOPSIS -.B upstart\-events\-bridge +.B upstart\-event\-bridge .RI [ OPTIONS ]... .\" .SH DESCRIPTION -.B upstart\-events\-bridge +.B upstart\-event\-bridge receives information about Upstart system .BR events (8) have completed and creates Upstart session events for them. @@ -41,6 +41,11 @@ .B \-\-verbose Enable verbose output. .\" +.SH NOTES +Since events emitted by this bridge at the session level are copies +of the original system events, the blocking semantics of the +original system events are not retained. +.\" .SH EXAMPLES Some examples of Upstart events generated by this bridge:
-- upstart-devel mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/upstart-devel
