summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Savchenko <bircoph@gentoo.org>2017-03-01 14:16:52 +0300
committerAndrew Savchenko <bircoph@gentoo.org>2017-03-01 14:16:52 +0300
commit9faf279449bd27c3a52c907ecad0d7c04bf37a96 (patch)
tree6acf741ad6816ce43700cdd597b911984b662d60 /net-ftp
parentnet-dialup/openl2tp: fix non-POSIX loop (diff)
downloadbircoph-9faf279449bd27c3a52c907ecad0d7c04bf37a96.tar.gz
bircoph-9faf279449bd27c3a52c907ecad0d7c04bf37a96.tar.bz2
bircoph-9faf279449bd27c3a52c907ecad0d7c04bf37a96.zip
Remove $Id$ header per counsil decision
See bug 611234.
Diffstat (limited to 'net-ftp')
-rw-r--r--net-ftp/vsftpd/files/vsftpd.conf1
-rw-r--r--net-ftp/vsftpd/files/vsftpd.init1
-rw-r--r--net-ftp/vsftpd/files/vsftpd.xinetd1
-rw-r--r--net-ftp/vsftpd/vsftpd-3.0.3.ebuild1
4 files changed, 0 insertions, 4 deletions
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"