------------------------------------------------------------ revno: 1410 committer: James Hunt <[email protected]> branch nick: upstart timestamp: Mon 2012-12-17 14:24:22 +0000 message: * init/man/init.5: Document that User Jobs are not supported within a chroot environment. 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 2012-12-11 13:59:01 +0000 +++ ChangeLog 2012-12-17 14:24:22 +0000 @@ -1,3 +1,8 @@ +2012-12-17 James Hunt <[email protected]> + + * init/man/init.5: Document that User Jobs are not supported + within a chroot environment. + 2012-12-11 James Hunt <[email protected]> * init/Makefile.am: Add explicit -lrt for tests (LP: #1088863) === modified file 'init/man/init.5' --- init/man/init.5 2012-11-19 09:48:17 +0000 +++ init/man/init.5 2012-12-17 14:24:22 +0000 @@ -115,7 +115,9 @@ .B Process environment below). -Note too that User Jobs can be created within a chroot environment. +Note that User Jobs +.B cannot +be used within a chroot environment. .\" .SS Configuration File Format
-- upstart-devel mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/upstart-devel
