diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-02-28 21:39:46 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-02-28 21:43:13 +0100 |
commit | 22fd7b2d4764535bd3afc37728df1015b0294467 (patch) | |
tree | 308db1ade2168db9280b6c460c478e9183a8372f /net-ftp/vsftpd/files | |
parent | 6d21716841c6139b21339e97626f97b4e98d7c45 (diff) | |
download | gentoo-22fd7b2d4764535bd3afc37728df1015b0294467.tar.gz gentoo-22fd7b2d4764535bd3afc37728df1015b0294467.tar.xz |
Drop remaining $Id$ and $Header$ from files.
Bug: 611234
Diffstat (limited to 'net-ftp/vsftpd/files')
-rw-r--r-- | net-ftp/vsftpd/files/vsftpd.conf | 1 | ||||
-rw-r--r-- | net-ftp/vsftpd/files/vsftpd.init | 1 | ||||
-rw-r--r-- | net-ftp/vsftpd/files/vsftpd.xinetd | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/net-ftp/vsftpd/files/vsftpd.conf b/net-ftp/vsftpd/files/vsftpd.conf index 9405a3604e1..3f2658e772a 100644 --- a/net-ftp/vsftpd/files/vsftpd.conf +++ b/net-ftp/vsftpd/files/vsftpd.conf @@ -3,7 +3,6 @@ # # See man 5 vsftpd.conf for more information. # -# $Id$ # Enable vsftpd to run as a standalone daemon # Comment these two out to run under inetd or xinetd diff --git a/net-ftp/vsftpd/files/vsftpd.init b/net-ftp/vsftpd/files/vsftpd.init index 0b44a693ac7..d49dc001404 100644 --- a/net-ftp/vsftpd/files/vsftpd.init +++ b/net-ftp/vsftpd/files/vsftpd.init @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 -# $Id$ VSFTPD_NAME=${SVCNAME##*.} if [ -n "${VSFTPD_NAME}" -a "${SVCNAME}" != "vsftpd" ]; then diff --git a/net-ftp/vsftpd/files/vsftpd.xinetd b/net-ftp/vsftpd/files/vsftpd.xinetd index 1027c1f68b2..efa4ff2feee 100644 --- a/net-ftp/vsftpd/files/vsftpd.xinetd +++ b/net-ftp/vsftpd/files/vsftpd.xinetd @@ -1,6 +1,5 @@ # default: off # description: Vsftpd is an FTP server, designed to be secure. -# $Id$ service ftp { |