lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 3bd81acfb4c8543bf86823fa89e56e287b5fb47b
parent acf40cf6aefd30f3f2040c3eda783ddf7d553dc5
Author: Eric Luehrsen <ericluehrsen@hotmail.com>
Date:   Sun, 16 Oct 2016 22:55:34 -0400

Unbound: Give USERID explicit numbers for clean install

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>

Diffstat:
Mnet/unbound/Makefile | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net/unbound/Makefile b/net/unbound/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=unbound PKG_VERSION:=1.5.10 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENSE @@ -27,7 +27,7 @@ PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk define Package/unbound/Default - TITLE:=A validating, recursive & caching DNS resolver + TITLE:=Unbound is a validating, recursive, and caching DNS resolver. URL:=http://www.unbound.net/ DEPENDS:=+libopenssl endef @@ -37,9 +37,9 @@ define Package/unbound SECTION:=net CATEGORY:=Network SUBMENU:=IP Addresses and Names + USERID:=unbound=553:unbound=553 TITLE+= (daemon) DEPENDS+= +libunbound - USERID:=unbound:unbound endef define Package/unbound/description