diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-04-30 11:10:55 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-04-30 11:10:55 +0000 |
commit | b58732c89fca54726946743ad1763c4512fd8594 (patch) | |
tree | 872a0290d1467d54189a92f5c4aabf9e7d99e3c2 /net-ftp/proftpd | |
parent | man pages made LFH compliant (diff) | |
download | gentoo-2-b58732c89fca54726946743ad1763c4512fd8594.tar.gz gentoo-2-b58732c89fca54726946743ad1763c4512fd8594.tar.bz2 gentoo-2-b58732c89fca54726946743ad1763c4512fd8594.zip |
/var/run/proftpd instead of /var/run/proftp
Diffstat (limited to 'net-ftp/proftpd')
-rw-r--r-- | net-ftp/proftpd/proftpd-1.2.4-r7.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-ftp/proftpd/proftpd-1.2.4-r7.ebuild b/net-ftp/proftpd/proftpd-1.2.4-r7.ebuild index 6a6bf1884a00..0bafd91e6fd0 100644 --- a/net-ftp/proftpd/proftpd-1.2.4-r7.ebuild +++ b/net-ftp/proftpd/proftpd-1.2.4-r7.ebuild @@ -1,6 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.4-r7.ebuild,v 1.2 2002/04/03 04:25:43 tod Exp $ +# Author: Gentoo System <system@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.4-r7.ebuild,v 1.3 2002/04/30 11:10:55 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="An advanced and very configurable FTP server" @@ -53,7 +54,7 @@ src_install() { sbindir=${D}/usr/sbin \ mandir=${D}/usr/share/man \ localstatedir=${D}/var/run \ - rundir=${D}/var/run/proftp \ + rundir=${D}/var/run/proftpd \ sysconfdir=${D}/etc/proftpd \ install || die |