diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2012-09-07 20:13:15 +0000 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-09-07 20:13:15 +0000 |
commit | 08b4dce23c0e5f4dfe7fb0be270cfedba50cc8b7 (patch) | |
tree | e9d28e33a3b0ea6d4c84a7b0fb9c7bae40672c5e /debian/dbus.postinst | |
parent | e161b8c7c7ec9101abbca963cd012601bad38832 (diff) | |
download | dbus-08b4dce23c0e5f4dfe7fb0be270cfedba50cc8b7.tar.gz |
Typo
Diffstat (limited to 'debian/dbus.postinst')
-rw-r--r-- | debian/dbus.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/dbus.postinst b/debian/dbus.postinst index 044d1f23..8a097716 100644 --- a/debian/dbus.postinst +++ b/debian/dbus.postinst @@ -37,7 +37,7 @@ dbus_is_running () { if [ -x "/etc/init.d/dbus" ]; then /etc/init.d/dbus status > /dev/null elif [ -x /usr/bin/svcs ]; then - [ x`/usr/bin/svcs -H -o state ssh 2>/dev/null` = xonline ] + [ x`/usr/bin/svcs -H -o state system/dbus 2>/dev/null` = xonline ] fi } |