~ubuntu-branches/ubuntu/karmic/upstart/karmic

« back to all changes in this revision

Viewing changes to udev/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2009-10-14 05:34:13 UTC
  • Revision ID: james.westby@ubuntu.com-20091014053413-kei8gtv0h55bzr3d
Tags: 0.6.3-8
* Rather than calling "telinit u" after upgrade, which will lose state,
  have the umountroot initscript take care of it for us by setting a
  flag.  LP: #441796.
* Don't lose the original default runlevel if /etc/inittab exists without
  an initdefault line.  LP: #405847.
* Fix "unhandled error" in shutdown when unable to change runlevel,
  e.g. due to previous Ubiquity bug.  LP: #426332.
* Merge change from trunk that makes it possible to build Upstart using
  a previously built copy of nih-dbus-tool, especially useful when
  cross-compiling.  LP: #426740.
* Merge change from libnih to store our assertion messages in the
  glibc __abort_msg symbol so apport can pick them up.  LP: #429411.
* Merge change from libnih to fix compilation issue with eglibc due
  to changed alphasort() prototype.

Show diffs side-by-side

added added

removed removed

Lines of Context:
199
199
MSGFMT = @MSGFMT@
200
200
MSGFMT_015 = @MSGFMT_015@
201
201
MSGMERGE = @MSGMERGE@
 
202
NIH_DBUS_TOOL = @NIH_DBUS_TOOL@
202
203
NM = @NM@
203
204
NMEDIT = @NMEDIT@
204
205
OBJDUMP = @OBJDUMP@