From 18a41d682d6e91e0d28fce23eb75292f477bd620 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 11 Aug 2013 01:21:34 -0700 Subject: Sun Aug 11 01:21:31 PDT 2013 --- community/vsftpd/vsftpd.install | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 community/vsftpd/vsftpd.install (limited to 'community/vsftpd/vsftpd.install') diff --git a/community/vsftpd/vsftpd.install b/community/vsftpd/vsftpd.install deleted file mode 100644 index 48f134e24..000000000 --- a/community/vsftpd/vsftpd.install +++ /dev/null @@ -1,17 +0,0 @@ -# arg 1: the new package version -post_install() { - if [ -f lib/modules/`uname -r`/kernel/security/capability.ko ]; then - echo ">>> It appears that your current kernel has linux security" - echo ">>> capabilities built as a module. vsftpd requires this" - echo ">>> functionality to operate." - echo ">>>" - echo ">>> To activate the module, please load it now (modprobe capability)." - echo ">>> Also, you should add it to your MODULES array in rc.conf, so" - echo ">>> it will be activated automatically at boot-up." - fi -} - -post_upgrade() { - post_install $1 -} - -- cgit v1.2.3-54-g00ecf