1 # arg 1: the new package version
3 if [ -f lib/modules/`uname -r`/kernel/security/capability.ko ]; then
4 echo ">>> It appears that your current kernel has linux security"
5 echo ">>> capabilities built as a module. vsftpd requires this"
6 echo ">>> functionality to operate."
8 echo ">>> To activate the module, please load it now (modprobe capability)."
9 echo ">>> Also, you should add it to your MODULES array in rc.conf, so"
10 echo ">>> it will be activated automatically at boot-up."