diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:44:02 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:44:02 +0000 |
commit | cf52220b64caeb4f7f108d54b993e7b179410b8e (patch) | |
tree | 2e5a48394707bad6a2b7e5cfb0bde8ff7204d4d1 /net-ftp/vsftpd | |
parent | sync IUSE (+jikes) (diff) | |
download | historical-cf52220b64caeb4f7f108d54b993e7b179410b8e.tar.gz historical-cf52220b64caeb4f7f108d54b993e7b179410b8e.tar.bz2 historical-cf52220b64caeb4f7f108d54b993e7b179410b8e.zip |
Gentoo Technologies -> Gentoo Foundation
Diffstat (limited to 'net-ftp/vsftpd')
-rw-r--r-- | net-ftp/vsftpd/files/vsftpd.conf.d | 4 | ||||
-rw-r--r-- | net-ftp/vsftpd/files/vsftpd.init.d | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-ftp/vsftpd/files/vsftpd.conf.d b/net-ftp/vsftpd/files/vsftpd.conf.d index 5ef596e7e5b7..3d75467093c5 100644 --- a/net-ftp/vsftpd/files/vsftpd.conf.d +++ b/net-ftp/vsftpd/files/vsftpd.conf.d @@ -1,6 +1,6 @@ -# Copyright 2003 Gentoo Technologies, Inc. +# Copyright 2003-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/files/vsftpd.conf.d,v 1.1 2003/09/03 01:41:05 rajiv Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/files/vsftpd.conf.d,v 1.2 2004/07/14 23:44:02 agriffis Exp $ # Config file for /etc/init.d/vsftpd diff --git a/net-ftp/vsftpd/files/vsftpd.init.d b/net-ftp/vsftpd/files/vsftpd.init.d index 6d2dd7750a49..3ac01e6a5221 100644 --- a/net-ftp/vsftpd/files/vsftpd.init.d +++ b/net-ftp/vsftpd/files/vsftpd.init.d @@ -1,7 +1,7 @@ #!/sbin/runscript -# Copyright 2003 Gentoo Technologies, Inc. +# Copyright 2003-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/files/vsftpd.init.d,v 1.2 2003/12/10 07:45:25 rajiv Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/files/vsftpd.init.d,v 1.3 2004/07/14 23:44:02 agriffis Exp $ depend() { need net |