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

« back to all changes in this revision

Viewing changes to debian/upstart.postinst

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2009-10-02 21:09:03 UTC
  • Revision ID: james.westby@ubuntu.com-20091002210903-sqa3qwxv5zvfzoqu
Tags: 0.6.3-7
* Ignore initramfs pids that don't exist.  LP: #440071.
  - you still need to ensure that the pid's parent is init, there's no
    cheap way to test for that. 
* Remove "console owner" and "console output" from rc scripts.
* Try harder to remove dbus-reconnect.conf

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
        fi
44
44
 
45
45
        # Upgrade from karmic development version
46
 
        if dpkg --compare-versions "$2" lt-nl 0.6.3-5; then
 
46
        if dpkg --compare-versions "$2" lt-nl 0.6.3-7; then
47
47
            rm_conffile /etc/init/dbus-reconnect.conf
48
48
        fi
49
49
        ;;