From 9faf279449bd27c3a52c907ecad0d7c04bf37a96 Mon Sep 17 00:00:00 2001 From: Andrew Savchenko Date: Wed, 1 Mar 2017 14:16:52 +0300 Subject: Remove $Id$ header per counsil decision See bug 611234. --- net-ftp/vsftpd/files/vsftpd.conf | 1 - net-ftp/vsftpd/files/vsftpd.init | 1 - net-ftp/vsftpd/files/vsftpd.xinetd | 1 - net-ftp/vsftpd/vsftpd-3.0.3.ebuild | 1 - 4 files changed, 4 deletions(-) (limited to 'net-ftp') diff --git a/net-ftp/vsftpd/files/vsftpd.conf b/net-ftp/vsftpd/files/vsftpd.conf index 9405a36..3f2658e 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 0b44a69..d49dc00 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 1027c1f..efa4ff2 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 { diff --git a/net-ftp/vsftpd/vsftpd-3.0.3.ebuild b/net-ftp/vsftpd/vsftpd-3.0.3.ebuild index 4c727fb..3b6678d 100644 --- a/net-ftp/vsftpd/vsftpd-3.0.3.ebuild +++ b/net-ftp/vsftpd/vsftpd-3.0.3.ebuild @@ -1,6 +1,5 @@ # Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ EAPI="4" -- cgit v1.2.3-65-gdbad