]> git.pld-linux.org Git - packages/avahi.git/commitdiff
- modprobing capability module, as new avahi fails to start without it
authorczarny <czarny@pld-linux.org>
Fri, 8 Dec 2006 11:01:59 +0000 (11:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    avahi-daemon -> 1.5

avahi-daemon

index 2d620d0f0a4b8bf74fdce1de37b9a3c0df54e405..23ad71a5fea910ed0d4f0eae4d80def5fb2c24c4 100644 (file)
@@ -33,6 +33,7 @@ case "$1" in
        # Check if the service is already running?
        if [ ! -f /var/lock/subsys/avahi-daemon ]; then
                msg_starting avahi-daemon
+               _modprobe capability
                daemon avahi-daemon -D
                RETVAL=$?
                [ $RETVAL -eq 0 ] && touch /var/lock/subsys/avahi-daemon
This page took 0.04102 seconds and 4 git commands to generate.