summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-07 00:12:26 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-07 00:12:26 +0000
commit407d3f3b25bd4f01bcff9d04272b52813285c71f (patch)
tree62abfefa28ff5b79a3e4ef24bdcf2883bd4af845 /net-ftp/vsftpd/vsftpd-1.1.3-r1.ebuild
parentrepoman: trim trailing whitespace (diff)
downloadgentoo-2-407d3f3b25bd4f01bcff9d04272b52813285c71f.tar.gz
gentoo-2-407d3f3b25bd4f01bcff9d04272b52813285c71f.tar.bz2
gentoo-2-407d3f3b25bd4f01bcff9d04272b52813285c71f.zip
repoman: trim trailing whitespace
Diffstat (limited to 'net-ftp/vsftpd/vsftpd-1.1.3-r1.ebuild')
-rw-r--r--net-ftp/vsftpd/vsftpd-1.1.3-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-ftp/vsftpd/vsftpd-1.1.3-r1.ebuild b/net-ftp/vsftpd/vsftpd-1.1.3-r1.ebuild
index 7647577c055d..534ed348371d 100644
--- a/net-ftp/vsftpd/vsftpd-1.1.3-r1.ebuild
+++ b/net-ftp/vsftpd/vsftpd-1.1.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/vsftpd-1.1.3-r1.ebuild,v 1.3 2003/07/13 11:55:51 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/vsftpd-1.1.3-r1.ebuild,v 1.4 2003/09/07 00:12:23 msterret Exp $
inherit flag-o-matic
@@ -53,7 +53,7 @@ src_install() {
insinto /etc/vsftpd ; doins ${FILESDIR}/ftpusers
insinto /etc/vsftpd ; newins ${FILESDIR}/vsftpd.conf vsftpd.conf.sample
- insinto /etc/xinetd.d
+ insinto /etc/xinetd.d
if [ -n `use ipv6` ]; then
newins ${FILESDIR}/vsftpd.xinetd.ipv6 vsftpd
else