diff options
author | Loic Minier <lool@dooz.org> | 2008-02-18 16:06:32 +0000 |
---|---|---|
committer | Loic Minier <lool@dooz.org> | 2008-02-18 16:06:32 +0000 |
commit | ef70786db5b437290ee2e5b800d2ffc7576122e1 (patch) | |
tree | a2134c44c011668c90514263c5a72a6ce2cd3cde | |
parent | b99f000bb542c1014505bdfa8cbd95e8ea454ba2 (diff) | |
download | dbus-ef70786db5b437290ee2e5b800d2ffc7576122e1.tar.gz |
Drop superfluous exit 0 at the end of dbus' init script which is set -e.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/dbus@2081 ceb527fc-18e6-0310-9fe2-813c157c29e7
-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 |