[Bug 921501] Re: runlevel time incorrect in Table 1 of upstart-events(7)
Launchpad Bug Tracker
921501 at bugs.launchpad.net
Thu Feb 16 08:05:15 UTC 2012
This bug was fixed in the package upstart - 1.4-0ubuntu7
---------------
upstart (1.4-0ubuntu7) precise; urgency=low
* debian/manpages/upstart-events.7: Added missing events 'container' and
'not-container'.
* Update 'runlevel' event emission time in upstart-events(7) (LP: #921501).
* Merge of important upstream log fixes to avoid spinning when a job
which leaks fds (such as 'sshd -D') is stopped (LP: #926468).
* Merge of lp:~jamesodhunt/upstart/early-job-log-flush to allow jobs that
_end_ very early in the boot to have their output logged.
* debian/conf/flush-early-job-log.conf: Upstart job to force flushing of
early job log output data when disk becomes writeable.
* Re-enable job logging by default.
[ Steve Langasek ]
* init/tests/test_job_process.c: close all fds before running tests that
check for unexpected open fds, so that files leaked from the environment
don't cause the test suite to fail gratuitously. LP: #926473.
* bump debhelper compat to 9 and adjust debian/rules to use the
dpkg-buildflags interfaces, so that upstart can be cross-compiled and
also so we pick up any future hardening flags for free.
-- Steve Langasek <steve.langasek at ubuntu.com> Thu, 16 Feb 2012 07:52:11 +0000
** Changed in: upstart (Ubuntu)
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to upstart in Ubuntu.
https://bugs.launchpad.net/bugs/921501
Title:
runlevel time incorrect in Table 1 of upstart-events(7)
Status in “upstart” package in Ubuntu:
Fix Released
Bug description:
The 'runlevel' event is emitted when the rc-sysinit job starts. This
job had its 'start on' condition changed to:
start on (filesystem and static-network-up) or failsafe-boot
...however, the upstart-events(7) man page has not been updated to
reflect this. Required changes to Table 1:
1) Add new ref '7' in Ref column for event 'filesystem'.
2) Add new ref '8' in Ref column for event 'static-network-up'.
3) Change the 'Time' column for 'runlevel' from:
> (5)
... to:
> (7) + (8)
(Note: this ignores failsafe-boot which needs to be dealt with on
another bug).
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/upstart/+bug/921501/+subscriptions
More information about the foundations-bugs
mailing list