]> git.pld-linux.org Git - packages/dbus.git/commitdiff
- try loading capability kernel module
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 27 Jan 2008 03:23:50 +0000 (03:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    messagebus.init -> 1.11

messagebus.init

index 5104b918dd5771927e0e4ea3aa9257946fcb9c5e..b01287e817820b73fc0a435126c3ce79531b2ad9 100644 (file)
@@ -29,6 +29,10 @@ start() {
        # Check if the service is already running?
        if [ ! -f /var/lock/subsys/messagebus ]; then
                msg_starting messagebus
+               # if capability is modular, load it
+               if modinfo capability >/dev/null 2>&1; then
+                       modprobe -s capability
+               fi
                dbus-uuidgen --ensure
                daemon dbus-daemon --system
                RETVAL=$?
This page took 0.035924 seconds and 4 git commands to generate.