summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/bugzilla/files/bugzilla-queue.initd1
-rw-r--r--www-apps/gitea/files/gitea.initd1
-rw-r--r--www-apps/grafana-bin/files/grafana.initd.21
-rw-r--r--www-apps/nanoblogger/files/nb.bashcomp1
-rw-r--r--www-apps/novnc/files/noVNC.initd1
-rw-r--r--www-apps/radicale/files/radicale.init.d1
-rw-r--r--www-apps/redmine/files/redmine-2.initd1
-rw-r--r--www-apps/rt/files/rt.conf.d.21
-rw-r--r--www-apps/rt/files/rt.init.d.21
-rw-r--r--www-apps/trac/files/tracd.initd1
-rw-r--r--www-apps/tt-rss/files/ttrssd.confd-r11
11 files changed, 0 insertions, 11 deletions
diff --git a/www-apps/bugzilla/files/bugzilla-queue.initd b/www-apps/bugzilla/files/bugzilla-queue.initd
index 27daae8d39ea..800793862f13 100644
--- a/www-apps/bugzilla/files/bugzilla-queue.initd
+++ b/www-apps/bugzilla/files/bugzilla-queue.initd
@@ -1,7 +1,6 @@
#!/sbin/openrc-run
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
PIDFILE="/var/run/bugzilla/${SVCNAME}.pid"
JOBQUEUE_USER=${JOBQUEUE_USER:-root}
diff --git a/www-apps/gitea/files/gitea.initd b/www-apps/gitea/files/gitea.initd
index 44cb5421fabb..ea618140c580 100644
--- a/www-apps/gitea/files/gitea.initd
+++ b/www-apps/gitea/files/gitea.initd
@@ -1,7 +1,6 @@
#!/sbin/openrc-run
# Copyright 2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
description="Gitea, a self-hosted Git service"
pidfile=${pidfile:-"/run/${SVCNAME}/${SVCNAME}.pid"}
diff --git a/www-apps/grafana-bin/files/grafana.initd.2 b/www-apps/grafana-bin/files/grafana.initd.2
index 21cfbe0026f2..13dd8ff8fdc4 100644
--- a/www-apps/grafana-bin/files/grafana.initd.2
+++ b/www-apps/grafana-bin/files/grafana.initd.2
@@ -1,7 +1,6 @@
#!/sbin/openrc-run
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
depend() {
need localmount
diff --git a/www-apps/nanoblogger/files/nb.bashcomp b/www-apps/nanoblogger/files/nb.bashcomp
index abecda0cb798..4e3c5606b1c0 100644
--- a/www-apps/nanoblogger/files/nb.bashcomp
+++ b/www-apps/nanoblogger/files/nb.bashcomp
@@ -1,6 +1,5 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
# nanoblogger completion
# author: Aaron Walker <ka0ttic@gentoo.org>
diff --git a/www-apps/novnc/files/noVNC.initd b/www-apps/novnc/files/noVNC.initd
index f6a4eca1a386..93d87486ad4d 100644
--- a/www-apps/novnc/files/noVNC.initd
+++ b/www-apps/novnc/files/noVNC.initd
@@ -1,7 +1,6 @@
#!/sbin/openrc-run
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
#
# Author: Cor Cornelisse <corcornelisse@gmail.com>
diff --git a/www-apps/radicale/files/radicale.init.d b/www-apps/radicale/files/radicale.init.d
index fe8df67e12bc..a59e8d387093 100644
--- a/www-apps/radicale/files/radicale.init.d
+++ b/www-apps/radicale/files/radicale.init.d
@@ -1,7 +1,6 @@
#!/sbin/openrc-run
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
PIDFILE=/var/run/radicale.pid
diff --git a/www-apps/redmine/files/redmine-2.initd b/www-apps/redmine/files/redmine-2.initd
index d692f0630461..72ad1007992e 100644
--- a/www-apps/redmine/files/redmine-2.initd
+++ b/www-apps/redmine/files/redmine-2.initd
@@ -1,7 +1,6 @@
#!/sbin/openrc-run
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
RAILS_ENV=${RAILS_ENV:-production}
REDMINE_DIR=${REDMINE_DIR:-/var/lib/redmine}
diff --git a/www-apps/rt/files/rt.conf.d.2 b/www-apps/rt/files/rt.conf.d.2
index c405974373fa..d5bc65394734 100644
--- a/www-apps/rt/files/rt.conf.d.2
+++ b/www-apps/rt/files/rt.conf.d.2
@@ -1,6 +1,5 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
# Config file for /etc/init.d/rt
diff --git a/www-apps/rt/files/rt.init.d.2 b/www-apps/rt/files/rt.init.d.2
index 22282c272886..84e304efe17d 100644
--- a/www-apps/rt/files/rt.init.d.2
+++ b/www-apps/rt/files/rt.init.d.2
@@ -1,7 +1,6 @@
#!/sbin/openrc-run
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
depend() {
use mysql postgresql lighttpd
diff --git a/www-apps/trac/files/tracd.initd b/www-apps/trac/files/tracd.initd
index 50093e7f910a..c5a5432f2c06 100644
--- a/www-apps/trac/files/tracd.initd
+++ b/www-apps/trac/files/tracd.initd
@@ -1,7 +1,6 @@
#!/sbin/openrc-run
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Id$
depend() {
need net
diff --git a/www-apps/tt-rss/files/ttrssd.confd-r1 b/www-apps/tt-rss/files/ttrssd.confd-r1
index 3516e9c920ce..cf74794e22d6 100644
--- a/www-apps/tt-rss/files/ttrssd.confd-r1
+++ b/www-apps/tt-rss/files/ttrssd.confd-r1
@@ -1,6 +1,5 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
# Path to TT-RSS instances which should have running update daemon.
# EXAMPLE: INSTANCE_DIRS="/some/webhost/htdocs/tt-rss /some/otherwebhost/htdocs/newsreader"