aboutsummaryrefslogtreecommitdiffstats
path: root/main/unbound
diff options
context:
space:
mode:
Diffstat (limited to 'main/unbound')
-rw-r--r--main/unbound/APKBUILD2
-rw-r--r--main/unbound/unbound.pre-install2
2 files changed, 2 insertions, 2 deletions
diff --git a/main/unbound/APKBUILD b/main/unbound/APKBUILD
index f78712aca7..5382a10e6a 100644
--- a/main/unbound/APKBUILD
+++ b/main/unbound/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=unbound
pkgver=1.4.20
-pkgrel=1
+pkgrel=2
pkgdesc="Unbound is a validating, recursive, and caching DNS resolver"
pkgusers="unbound"
pkggroups="unbound"
diff --git a/main/unbound/unbound.pre-install b/main/unbound/unbound.pre-install
index 015ba3c52f..4cd64d59c6 100644
--- a/main/unbound/unbound.pre-install
+++ b/main/unbound/unbound.pre-install
@@ -1,6 +1,6 @@
#!/bin/sh
addgroup -S unbound 2>/dev/null
-adduser -S -s /bin/false -D -H -h /etc/unbound -G unbound \
+adduser -S -s /sbin/nologin -D -H -h /etc/unbound -G unbound \
-g "Unbound user" unbound 2>/dev/null
exit 0