]> git.pld-linux.org Git - packages/bind.git/commitdiff
- modprobe capability
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 9 Jun 2007 12:44:36 +0000 (12:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    named.init -> 1.35

named.init

index ec0414d33cb9769198ca7c84728b0e14de822bb5..60246feea9fc9fc57adcffebcc39555312edec83 100644 (file)
@@ -40,6 +40,7 @@ start() {
        # Check if the service is already running?
        if [ ! -f /var/lock/subsys/named ]; then
                msg_starting "Named"
+               modprobe -s capability > /dev/null 2>&1
                [ -f /etc/localtime ] && cp -a /etc/localtime $CHROOT_TO_DIR/etc/localtime
                touch $CHROOT_TO_DIR/named.log && \
                        chown named:named $CHROOT_TO_DIR/named.log
This page took 0.035405 seconds and 4 git commands to generate.