commit: e3204fc3dad8d3b5f891890c8c98059e08a0e579 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Feb 7 09:44:19 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Feb 7 09:44:48 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3204fc3
net-misc/zerotier: Fix program path in init.d Thanks to Florian Gamböck for the report and to Pavol Cupka for the patch. Closes: https://bugs.gentoo.org/625750 net-misc/zerotier/files/zerotier.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/zerotier/files/zerotier.init b/net-misc/zerotier/files/zerotier.init index 7d226552dad..f5f199e17d1 100644 --- a/net-misc/zerotier/files/zerotier.init +++ b/net-misc/zerotier/files/zerotier.init @@ -2,7 +2,7 @@ ZEROTIERONE_PIDFILE="/var/run/${SVCNAME}.pid" PN="zerotier-one" -PN_PATH="/usr/bin/${PN}" +PN_PATH="/usr/sbin/${PN}" depend() { need net
