upstart-events(7) does not list deconfiguring-networking event
Bug #904175 reported by
James Hunt
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
upstart (Ubuntu) |
Fix Released
|
Undecided
|
James Hunt |
Bug Description
Sigh.
Related branches
lp://staging/~jamesodhunt/ubuntu/precise/upstart/1.4
- Colin Watson (community): Approve
-
Diff: 28731 lines (+13104/-4330)61 files modifiedChangeLog (+224/-0)
Makefile.am (+1/-1)
Makefile.in (+4/-2)
NEWS (+13/-1)
aclocal.m4 (+2/-2)
conf/Makefile.in (+3/-1)
config.guess (+120/-105)
config.sub (+101/-55)
configure (+1878/-1044)
configure.ac (+1/-1)
contrib/Makefile.in (+3/-1)
contrib/vim/syntax/upstart.vim (+16/-5)
dbus/Makefile.in (+3/-1)
debian/changelog (+20/-0)
debian/manpages/upstart-events.7 (+9/-2)
debian/upstart.dirs (+1/-0)
debian/upstart.logrotate (+7/-0)
doc/Makefile.in (+3/-1)
extra/Makefile.in (+3/-1)
extra/man/upstart-udev-bridge.8 (+37/-1)
extra/upstart-udev-bridge.c (+142/-29)
init/Makefile.am (+26/-11)
init/Makefile.in (+79/-32)
init/errors.h (+4/-0)
init/job.c (+2/-0)
init/job.h (+4/-1)
init/job_class.c (+37/-46)
init/job_class.h (+72/-5)
init/job_process.c (+393/-22)
init/job_process.h (+37/-3)
init/log.c (+506/-0)
init/log.h (+72/-0)
init/main.c (+133/-10)
init/man/init.5 (+170/-15)
init/man/init.8 (+25/-0)
init/parse_job.c (+88/-8)
init/paths.h (+23/-0)
init/session.c (+26/-0)
init/system.c (+2/-0)
init/tests/test_conf.c (+7/-5)
init/tests/test_event.c (+25/-0)
init/tests/test_job.c (+3/-0)
init/tests/test_job_class.c (+56/-1)
init/tests/test_job_process.c (+2675/-28)
init/tests/test_log.c (+1119/-0)
init/tests/test_parse_job.c (+266/-0)
ltmain.sh (+2619/-1390)
m4/libtool.m4 (+1256/-782)
m4/ltoptions.m4 (+7/-6)
m4/ltversion.m4 (+6/-6)
m4/lt~obsolete.m4 (+9/-3)
m4/pkg.m4 (+8/-6)
po/POTFILES.in (+3/-0)
po/en@boldquot.po (+253/-119)
po/en@quot.po (+253/-119)
po/upstart.pot (+243/-111)
scripts/Makefile.am (+0/-25)
scripts/Makefile.in (+3/-1)
scripts/init-checkconf.sh (+0/-248)
scripts/man/init-checkconf.8 (+0/-73)
util/Makefile.in (+3/-1)
Changed in upstart (Ubuntu): | |
assignee: | nobody → James Hunt (jamesodhunt) |
To post a comment you must log in.
This bug was fixed in the package upstart - 1.4-0ubuntu1
---------------
upstart (1.4-0ubuntu1) precise; urgency=low
* New upstream 1.4 release. upstart. dirs: Create /var/log/upstart to hold job logs. upstart. logrotate: Logrotate script for job logs. manpages/ upstart- events. 7: Add missing 'static-network-up' manpages/ upstart- events. 7: Add missing ring-networking ' event (LP: #904175).
* debian/
* debian/
* <email address hidden>, <email address hidden>: Overwrite with upstream versions to
keep bzr happy. This makes the files technically "wrong" (since the
Ubuntu Upstart code has additional messages not in upstream), but they get
re-genrated on build so it all works out.
* debian/
event (LP: #889047).
* debian/
'deconfigu
* Upstream merge for minor test fixes.
* Upstream merge for review fixes.
* Merge of upstream fix for running tests in environment not
supporting full POSIX SIGCHLD semantics.
-- James Hunt <email address hidden> Thu, 22 Dec 2011 16:51:43 +0000