From 22fd7b2d4764535bd3afc37728df1015b0294467 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Tue, 28 Feb 2017 21:39:46 +0100 Subject: Drop remaining $Id$ and $Header$ from files. Bug: 611234 --- net-proxy/dante/files/dante-1.3.2-sockd-init | 1 - net-proxy/dante/files/dante-sockd-conf | 1 - net-proxy/dante/files/dante-sockd-init | 1 - 3 files changed, 3 deletions(-) (limited to 'net-proxy/dante') diff --git a/net-proxy/dante/files/dante-1.3.2-sockd-init b/net-proxy/dante/files/dante-1.3.2-sockd-init index f1498f770e5b..5d1f66727da3 100644 --- a/net-proxy/dante/files/dante-1.3.2-sockd-init +++ b/net-proxy/dante/files/dante-1.3.2-sockd-init @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ SOCKD_OPT="" [ "${SOCKD_FORKDEPTH:-1}" -gt 1 ] && SOCKD_OPT="${SOCKD_OPT} -N ${SOCKD_FORKDEPTH}" diff --git a/net-proxy/dante/files/dante-sockd-conf b/net-proxy/dante/files/dante-sockd-conf index 1957925c6efd..e817a07a289c 100644 --- a/net-proxy/dante/files/dante-sockd-conf +++ b/net-proxy/dante/files/dante-sockd-conf @@ -1,6 +1,5 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ # Number of processes to fork off # 1 is plenty for most users diff --git a/net-proxy/dante/files/dante-sockd-init b/net-proxy/dante/files/dante-sockd-init index 1e0aac3ca8c2..41211a4ad06e 100644 --- a/net-proxy/dante/files/dante-sockd-init +++ b/net-proxy/dante/files/dante-sockd-init @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ SOCKD_OPT="-D" [ "${SOCKD_FORKDEPTH:-1}" -gt 1 ] && SOCKD_OPT="${SOCKD_OPT} -N ${SOCKD_FORKDEPTH}" -- cgit v1.2.3-65-gdbad