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 | dev-lang/spidermonkey:{38,45} drop more static libs (diff) | |
download | gentoo-22fd7b2d4764535bd3afc37728df1015b0294467.tar.gz gentoo-22fd7b2d4764535bd3afc37728df1015b0294467.tar.bz2 gentoo-22fd7b2d4764535bd3afc37728df1015b0294467.zip |
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 f9a2e3a8fc45..c646326bf271 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 f7e517f7706e..0056259d43e5 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 6d4365121902..0b35cb874076 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 f3bbbb39b34b..2dddc9d6d6f4 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 941b7f93c081..0c04e9df8dfe 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 01011da60022..14dae315e170 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 |