diff options
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 |