aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Louis Fuchs <jean-louis.fuchs@adfinis-sygroup.ch>2020-05-26 21:49:33 +0200
committerRasmus Thomsen <oss@cogitri.dev>2020-05-26 20:38:24 +0000
commit7c4e9eed95a9b1517b2eec183a25f993898c0e6f (patch)
treee844bec6097b3a2c1762f61b9db8f39aad4e004d
parent9dfe659375e051196b8bdbad3c31d01a2cd72e34 (diff)
downloadalpine_aports-7c4e9eed95a9b1517b2eec183a25f993898c0e6f.tar.bz2
alpine_aports-7c4e9eed95a9b1517b2eec183a25f993898c0e6f.tar.xz
alpine_aports-7c4e9eed95a9b1517b2eec183a25f993898c0e6f.zip
testing/nebula: change initd path to /usr/sbin
nebula installs to /usr/sbin/nebula
-rw-r--r--testing/nebula/APKBUILD4
-rw-r--r--testing/nebula/nebula.initd2
2 files changed, 3 insertions, 3 deletions
diff --git a/testing/nebula/APKBUILD b/testing/nebula/APKBUILD
index 8f84f65b4b..6aa1146eb8 100644
--- a/testing/nebula/APKBUILD
+++ b/testing/nebula/APKBUILD
@@ -2,7 +2,7 @@
2# Maintainer: TBK <alpine@jjtc.eu> 2# Maintainer: TBK <alpine@jjtc.eu>
3pkgname=nebula 3pkgname=nebula
4pkgver=1.2.0 4pkgver=1.2.0
5pkgrel=1 5pkgrel=2
6pkgdesc="A scalable overlay networking tool with a focus on performance, simplicity & security" 6pkgdesc="A scalable overlay networking tool with a focus on performance, simplicity & security"
7url="https://github.com/slackhq/nebula" 7url="https://github.com/slackhq/nebula"
8arch="all !armv7 !armhf" # https://github.com/slackhq/nebula/issues/212 8arch="all !armv7 !armhf" # https://github.com/slackhq/nebula/issues/212
@@ -36,4 +36,4 @@ package() {
36} 36}
37 37
38sha512sums="1dcb8ec532e1345012e2c2367da751eef0d364d222019b4139013086351381fdc23743ac0df34caeb805082d0d2e971c78126465c765f07605f224cbee2a408d nebula-1.2.0.tar.gz 38sha512sums="1dcb8ec532e1345012e2c2367da751eef0d364d222019b4139013086351381fdc23743ac0df34caeb805082d0d2e971c78126465c765f07605f224cbee2a408d nebula-1.2.0.tar.gz
397efa3ef860e6dfefbce25425bbb5c1a37779554063bd2084efc60f78c52cf3e0cafe2060c06aea0b45c1b5cf0e231d15778d5e8f2ead4173ce7f158103208b87 nebula.initd" 397c2887da481776d1ed9945f645e81d8843c8abba935c51d3ccf0090d6a2ea0514cf2690fb3db44faca81822bdf5d5306417b227e49cfe035ff0f679425702f12 nebula.initd"
diff --git a/testing/nebula/nebula.initd b/testing/nebula/nebula.initd
index 87c8d51273..bb1ece4851 100644
--- a/testing/nebula/nebula.initd
+++ b/testing/nebula/nebula.initd
@@ -2,7 +2,7 @@
2name=$RC_SVCNAME 2name=$RC_SVCNAME
3description="Scalable overlay networking tool" 3description="Scalable overlay networking tool"
4cfgfile="/etc/$RC_SVCNAME/config.yml" 4cfgfile="/etc/$RC_SVCNAME/config.yml"
5command="/usr/bin/$RC_SVCNAME" 5command="/usr/sbin/$RC_SVCNAME"
6command_args="-config $cfgfile" 6command_args="-config $cfgfile"
7command_user="$RC_SVCNAME" 7command_user="$RC_SVCNAME"
8supervisor="supervise-daemon" 8supervisor="supervise-daemon"