diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/dbus.init | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 048c7dfc..49ac2f9c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -42,6 +42,7 @@ dbus (1.1.4-1) UNRELEASED; urgency=low * Bump up dbus-x11 conflicts/replaces to << 1.1.2 to match the transition version in Ubuntu and reduce the delta. * Cleanup trailing whitespace. + * Drop superfluous exit 0 at the end of dbus' init script which is set -e. -- Michael Biebl <biebl@debian.org> Tue, 04 Dec 2007 21:31:12 +0100 diff --git a/debian/dbus.init b/debian/dbus.init index f04fc399..1f9b20d5 100644 --- a/debian/dbus.init +++ b/debian/dbus.init @@ -176,4 +176,3 @@ case "$1" in ;; esac -exit 0 |