summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2013-04-27 09:45:09 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2013-04-27 09:45:09 +0000
commitff64eb583f34748dc71ef4d5dcaf92f896d455ba (patch)
treefedca41a2359caa7f2815360a491ea0698dfe344 /net-ftp/vsftpd/vsftpd-2.3.5.ebuild
parentsys-kernel/aufs-sources: Bump to linux 3.8.10 and latest aufs3 release (diff)
downloadgentoo-2-ff64eb583f34748dc71ef4d5dcaf92f896d455ba.tar.gz
gentoo-2-ff64eb583f34748dc71ef4d5dcaf92f896d455ba.tar.bz2
gentoo-2-ff64eb583f34748dc71ef4d5dcaf92f896d455ba.zip
Install the checkconfig.sh script for every version. Bug #467410. Remove old
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
Diffstat (limited to 'net-ftp/vsftpd/vsftpd-2.3.5.ebuild')
-rw-r--r--net-ftp/vsftpd/vsftpd-2.3.5.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/net-ftp/vsftpd/vsftpd-2.3.5.ebuild b/net-ftp/vsftpd/vsftpd-2.3.5.ebuild
index 496d236f4e1b..2e93fa055009 100644
--- a/net-ftp/vsftpd/vsftpd-2.3.5.ebuild
+++ b/net-ftp/vsftpd/vsftpd-2.3.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/vsftpd-2.3.5.ebuild,v 1.9 2012/05/28 14:50:42 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/vsftpd-2.3.5.ebuild,v 1.10 2013/04/27 09:45:08 hwoarang Exp $
EAPI="4"
@@ -89,6 +89,9 @@ src_install() {
newinitd "${FILESDIR}/${PN}.init" ${PN}
keepdir /usr/share/${PN}/empty
+
+ exeinto /usr/libexec
+ doexe "${FILESDIR}/vsftpd-checkconfig.sh"
}
pkg_preinst() {