------------------------------------------------------------ revno: 1478 fixes bug: https://launchpad.net/bugs/1185108 committer: James Hunt <[email protected]> branch nick: upstart timestamp: Fri 2013-05-31 16:57:47 +0100 message: [ Eric S. Raymond <[email protected]> ] * init/man/init.5: Fix unliftable markup (LP: #1185108). modified: ChangeLog init/man/init.5
-- 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-05-28 15:12:19 +0000 +++ ChangeLog 2013-05-31 15:57:47 +0000 @@ -1,3 +1,8 @@ +2013-05-31 James Hunt <[email protected]> + + [ Eric S. Raymond <[email protected]> ] + * init/man/init.5: Fix unliftable markup (LP: #1185108). + 2013-05-27 Marc Deslauriers <[email protected]> * init/job.c: Don't check for user mode when trying to load an === modified file 'init/man/init.5' --- init/man/init.5 2013-05-27 14:29:22 +0000 +++ init/man/init.5 2013-05-31 15:57:47 +0000 @@ -1025,11 +1025,12 @@ lead to jobs with complex \fBstart on\fP or \fPstop on\fP conditions not behaving as expected \fIwhen restarted\fP. For example, if a job encodes the following condition: -.ti +4 .sp 1 +.RS .nf start on A and (B or C) .fi +.RE .P When \(aqA\(aq and \(aqB\(aq become true, the condition is satisfied so the job will be run. However, if the job ends and subsequently \(aqA\(aq
-- upstart-devel mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/upstart-devel
