summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-02-07 10:44:19 +0100
committerMichał Górny <mgorny@gentoo.org>2018-02-07 10:44:48 +0100
commite3204fc3dad8d3b5f891890c8c98059e08a0e579 (patch)
tree1319c9ad7c6486b13bac3e6ca1b3870bd42adb3f /net-misc/zerotier/files
parentdev-python/paho-mqtt: Add missing dep on setuptools (diff)
downloadgentoo-e3204fc3dad8d3b5f891890c8c98059e08a0e579.tar.gz
gentoo-e3204fc3dad8d3b5f891890c8c98059e08a0e579.tar.bz2
gentoo-e3204fc3dad8d3b5f891890c8c98059e08a0e579.zip
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
Diffstat (limited to 'net-misc/zerotier/files')
-rw-r--r--net-misc/zerotier/files/zerotier.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/zerotier/files/zerotier.init b/net-misc/zerotier/files/zerotier.init
index 7d226552dad2..f5f199e17d11 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