]> git.pld-linux.org Git - packages/vsftpd.git/commitdiff
- try to load capability module
authorAdam Gołębiowski <adamg@pld-linux.org>
Wed, 26 Jul 2006 23:47:53 +0000 (23:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vsftpd.init -> 1.3

vsftpd.init

index d1f53bd5e2066f02f65f7a00dff19e2ad255430d..1d8a04e02ab7b6d595eed82ea6cfe9882acf2e61 100644 (file)
@@ -33,6 +33,8 @@ case "$1" in
                        echo "error: Missing 'listen=yes' or 'listen_ipv6=yes' directive in /etc/vsftpd.conf!"
                        exit 1
                fi;
+               # try to load capability module
+               _modprobe capability
                msg_starting vsftpd
                daemon --fork /usr/sbin/vsftpd 
                RETVAL=$?
This page took 0.067893 seconds and 4 git commands to generate.