Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/grafana-bin/files/
Date: Wed, 24 Aug 2016 10:38:22
Message-Id: 1472035084.ce09cb50694a0019580593835430e46f93b99594.pacho@gentoo
1 commit: ce09cb50694a0019580593835430e46f93b99594
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 24 10:37:28 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 24 10:38:04 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce09cb50
7
8 www-apps/grafana-bin: use #!/sbin/openrc-run instead of #!/sbin/runscript
9
10 Package-Manager: portage-2.3.0
11
12 www-apps/grafana-bin/files/grafana.initd.2 | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/www-apps/grafana-bin/files/grafana.initd.2 b/www-apps/grafana-bin/files/grafana.initd.2
16 index 14b0b1f..21cfbe0 100644
17 --- a/www-apps/grafana-bin/files/grafana.initd.2
18 +++ b/www-apps/grafana-bin/files/grafana.initd.2
19 @@ -1,4 +1,4 @@
20 -#!/sbin/runscript
21 +#!/sbin/openrc-run
22 # Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$