diff options
author | Karl Palsson <karlp@etactica.com> | 2020-08-20 11:40:28 +0000 |
---|---|---|
committer | Michael Heimpold <mhei@heimpold.de> | 2020-08-23 22:52:31 +0200 |
commit | 75992cc981ca251989e66fa90fbb82fe23c47b54 (patch) | |
tree | b1305ee1160f52444d41c10816a2060ae96f7cce /net/u2pnpd/Makefile | |
parent | 95362efd29cef6433c820fd15bf33e73637a336c (diff) |
net/u2pnpd: convert init to procd
Drops pid files, no longer needed with procd management.
Now properly reloads on reload_config after UCI changes.
Signed-off-by: Karl Palsson <karlp@etactica.com>
[ Fixed two shellcheck warnings and bump PKG_RELEASE ]
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Diffstat (limited to 'net/u2pnpd/Makefile')
-rw-r--r-- | net/u2pnpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/u2pnpd/Makefile b/net/u2pnpd/Makefile index d0f41d47a..729d2990f 100644 --- a/net/u2pnpd/Makefile +++ b/net/u2pnpd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=u2pnpd PKG_VERSION:=0.5 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/mhei/u2pnpd/releases/download/v$(PKG_VERSION) |