Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/zerotier/files/
Date: Wed, 07 Feb 2018 09:45:02
Message-Id: 1517996688.e3204fc3dad8d3b5f891890c8c98059e08a0e579.mgorny@gentoo
1 commit: e3204fc3dad8d3b5f891890c8c98059e08a0e579
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 7 09:44:19 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 7 09:44:48 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3204fc3
7
8 net-misc/zerotier: Fix program path in init.d
9
10 Thanks to Florian Gamböck for the report and to Pavol Cupka
11 for the patch.
12
13 Closes: https://bugs.gentoo.org/625750
14
15 net-misc/zerotier/files/zerotier.init | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/net-misc/zerotier/files/zerotier.init b/net-misc/zerotier/files/zerotier.init
19 index 7d226552dad..f5f199e17d1 100644
20 --- a/net-misc/zerotier/files/zerotier.init
21 +++ b/net-misc/zerotier/files/zerotier.init
22 @@ -2,7 +2,7 @@
23
24 ZEROTIERONE_PIDFILE="/var/run/${SVCNAME}.pid"
25 PN="zerotier-one"
26 -PN_PATH="/usr/bin/${PN}"
27 +PN_PATH="/usr/sbin/${PN}"
28
29 depend() {
30 need net