]> git.pld-linux.org Git - packages/bind.git/blobdiff - named.init
- modprobe capability
[packages/bind.git] / 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.114748 seconds and 4 git commands to generate.