]> git.pld-linux.org Git - packages/dbus.git/commitdiff
redir /dev/null to rc-script serivce to avoid silent deaths of dbus daemon on machine... auto/th/dbus-1.8.0-2
authorElan Ruusamäe <glen@delfi.ee>
Sun, 2 Mar 2014 00:17:47 +0000 (02:17 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 2 Mar 2014 00:17:47 +0000 (02:17 +0200)
dbus.spec
messagebus.init [changed mode: 0644->0755]

index 7627ce92103f2ff790e5fd12c042f89b296ccee6..680dd39b5f3ab13cf3d26b7554368420fea4a61c 100644 (file)
--- a/dbus.spec
+++ b/dbus.spec
@@ -8,7 +8,7 @@ Summary:        D-BUS message bus
 Summary(pl.UTF-8):     Magistrala przesyłania komunikatów D-BUS
 Name:          dbus
 Version:       1.8.0
-Release:       1
+Release:       2
 License:       AFL v2.1 or GPL v2
 Group:         Libraries
 Source0:       http://dbus.freedesktop.org/releases/dbus/%{name}-%{version}.tar.gz
old mode 100644 (file)
new mode 100755 (executable)
index d70ccd6..8b48d6a
@@ -41,7 +41,7 @@ start() {
                modprobe -s capability
        fi
        dbus-uuidgen --ensure
-       daemon --pidfile dbus.pid /usr/bin/dbus-daemon --system
+       daemon --pidfile dbus.pid --redirfds /usr/bin/dbus-daemon --system
        RETVAL=$?
        if [ $RETVAL -eq 0 ] ; then
                touch /var/lock/subsys/messagebus
This page took 0.130848 seconds and 4 git commands to generate.