Unbound: Give USERID explicit numbers for clean install
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
This commit is contained in:
parent
acf40cf6ae
commit
3bd81acfb4
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue