zerotier: fix typo 22496/head
authorMoritz Warning <moritzwarning@web.de>
Tue, 24 Oct 2023 19:10:37 +0000 (21:10 +0200)
committerMoritz Warning <moritzwarning@web.de>
Sat, 28 Oct 2023 17:09:03 +0000 (19:09 +0200)
Signed-off-by: Moritz Warning <moritzwarning@web.de>
net/zerotier/Makefile
net/zerotier/files/etc/init.d/zerotier

index 6eefb3a7a9ff3daefeebd1df9004367cfc3fbe03..e9c1426a14600c48614b0d24e44b4ff3976c0961 100644 (file)
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=zerotier
 PKG_VERSION:=1.12.2
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://codeload.github.com/zerotier/ZeroTierOne/tar.gz/$(PKG_VERSION)?
index a919dacea131f4babc00791a9b3250c4f6687b91..84002f9526f7956c90392b2205abbc56834592b9 100755 (executable)
@@ -18,7 +18,7 @@ start_instance() {
        local args=""
 
        if ! section_enabled "$cfg"; then
-               echo "disabled in /ect/config/zerotier"
+               echo "disabled in /etc/config/zerotier"
                return 1
        fi