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 /debian/dbus.init | |
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
Diffstat (limited to 'debian/dbus.init')
-rw-r--r-- | debian/dbus.init | 1 |
1 files changed, 0 insertions, 1 deletions
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 |