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 /app-misc/beanstalkd | |
parent | 6d21716841c6139b21339e97626f97b4e98d7c45 (diff) | |
download | gentoo-22fd7b2d4764535bd3afc37728df1015b0294467.tar.gz gentoo-22fd7b2d4764535bd3afc37728df1015b0294467.tar.xz |
Drop remaining $Id$ and $Header$ from files.
Bug: 611234
Diffstat (limited to 'app-misc/beanstalkd')
-rw-r--r-- | app-misc/beanstalkd/files/conf | 1 | ||||
-rw-r--r-- | app-misc/beanstalkd/files/conf-1.4.2 | 1 | ||||
-rw-r--r-- | app-misc/beanstalkd/files/conf-1.9 | 1 | ||||
-rw-r--r-- | app-misc/beanstalkd/files/init | 1 | ||||
-rw-r--r-- | app-misc/beanstalkd/files/init-1.4.6 | 1 | ||||
-rw-r--r-- | app-misc/beanstalkd/files/init-1.9 | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/app-misc/beanstalkd/files/conf b/app-misc/beanstalkd/files/conf index f9a2e3a8fc4..c646326bf27 100644 --- a/app-misc/beanstalkd/files/conf +++ b/app-misc/beanstalkd/files/conf @@ -1,6 +1,5 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ BEANSTALKD_BINARY="/usr/bin/beanstalkd" PIDFILE="/var/run/beanstalkd.pid" diff --git a/app-misc/beanstalkd/files/conf-1.4.2 b/app-misc/beanstalkd/files/conf-1.4.2 index f7e517f7706..0056259d43e 100644 --- a/app-misc/beanstalkd/files/conf-1.4.2 +++ b/app-misc/beanstalkd/files/conf-1.4.2 @@ -1,6 +1,5 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ BEANSTALKD_BINARY="/usr/bin/beanstalkd" PIDFILE="/var/run/beanstalkd.pid" diff --git a/app-misc/beanstalkd/files/conf-1.9 b/app-misc/beanstalkd/files/conf-1.9 index 6d436512190..0b35cb87407 100644 --- a/app-misc/beanstalkd/files/conf-1.9 +++ b/app-misc/beanstalkd/files/conf-1.9 @@ -1,6 +1,5 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ BEANSTALKD_BINARY="/usr/bin/beanstalkd" PIDFILE="/run/beanstalkd.pid" diff --git a/app-misc/beanstalkd/files/init b/app-misc/beanstalkd/files/init index f3bbbb39b34..2dddc9d6d6f 100644 --- a/app-misc/beanstalkd/files/init +++ b/app-misc/beanstalkd/files/init @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ depend() { need net diff --git a/app-misc/beanstalkd/files/init-1.4.6 b/app-misc/beanstalkd/files/init-1.4.6 index 941b7f93c08..0c04e9df8df 100644 --- a/app-misc/beanstalkd/files/init-1.4.6 +++ b/app-misc/beanstalkd/files/init-1.4.6 @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ depend() { need net diff --git a/app-misc/beanstalkd/files/init-1.9 b/app-misc/beanstalkd/files/init-1.9 index 01011da6002..14dae315e17 100644 --- a/app-misc/beanstalkd/files/init-1.9 +++ b/app-misc/beanstalkd/files/init-1.9 @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of MIT -# $Id$ depend() { need net |