diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-03-10 14:27:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-03-10 14:27:32 +0000 |
commit | 3ec2c93daa138bfc63456af4def52b647f33ce9d (patch) | |
tree | 09e8c58d1900bab14c40179f10f27ad5bfa6f691 /net-ftp/vsftpd/vsftpd-2.0.5.ebuild | |
parent | stop using $IMAGE (diff) | |
download | historical-3ec2c93daa138bfc63456af4def52b647f33ce9d.tar.gz historical-3ec2c93daa138bfc63456af4def52b647f33ce9d.tar.bz2 historical-3ec2c93daa138bfc63456af4def52b647f33ce9d.zip |
stop using $IMAGE
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'net-ftp/vsftpd/vsftpd-2.0.5.ebuild')
-rw-r--r-- | net-ftp/vsftpd/vsftpd-2.0.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-ftp/vsftpd/vsftpd-2.0.5.ebuild b/net-ftp/vsftpd/vsftpd-2.0.5.ebuild index 7aaf6350ea17..b60bf2b480d5 100644 --- a/net-ftp/vsftpd/vsftpd-2.0.5.ebuild +++ b/net-ftp/vsftpd/vsftpd-2.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/vsftpd-2.0.5.ebuild,v 1.8 2007/02/21 02:47:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/vsftpd-2.0.5.ebuild,v 1.9 2007/03/10 14:27:32 vapier Exp $ inherit eutils toolchain-funcs @@ -90,7 +90,7 @@ pkg_preinst() { # If we use xinetd, then we comment out listen=YES # so that our default config works under xinetd - fixes #78347 if use xinetd ; then - sed -i '/\listen=YES/s/^/#/g' ${IMAGE}/etc/vsftpd/vsftpd.conf.example + sed -i '/\listen=YES/s/^/#/g' "${D}"/etc/vsftpd/vsftpd.conf.example fi } |