summaryrefslogtreecommitdiff
path: root/community/unbound
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-10-25 01:42:20 -0700
committerroot <root@rshg054.dnsready.net>2012-10-25 01:42:20 -0700
commita3b55a0c47a00ac40bc00a4ce87d93f809273840 (patch)
tree6fcc1360f835115b132c35ca978b1f804540a372 /community/unbound
parent120df4e0db159525806a9b33364483e76f9d51d3 (diff)
Thu Oct 25 01:42:05 PDT 2012
Diffstat (limited to 'community/unbound')
-rw-r--r--community/unbound/PKGBUILD4
-rw-r--r--community/unbound/install8
2 files changed, 2 insertions, 10 deletions
diff --git a/community/unbound/PKGBUILD b/community/unbound/PKGBUILD
index fa690f0ee..21921a415 100644
--- a/community/unbound/PKGBUILD
+++ b/community/unbound/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 74727 2012-08-02 13:31:20Z bisson $
+# $Id: PKGBUILD 78792 2012-10-24 23:47:43Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Hisato Tatekura <hisato_tatekura@excentrics.net>
# Contributor: Massimiliano Torromeo <massimiliano DOT torromeo AT google mail service>
pkgname=unbound
pkgver=1.4.18
-pkgrel=1
+pkgrel=2
pkgdesc='Validating, recursive, and caching DNS resolver'
url='http://unbound.net/'
license=('custom:BSD')
diff --git a/community/unbound/install b/community/unbound/install
index 34e7026d1..964792592 100644
--- a/community/unbound/install
+++ b/community/unbound/install
@@ -1,14 +1,6 @@
post_install() {
getent group unbound &>/dev/null || groupadd -r unbound >/dev/null
getent passwd unbound &>/dev/null || useradd -r -g unbound -d /etc/unbound -s /bin/false -c unbound unbound >/dev/null
- cat <<EOF
-==> Start with: /etc/rc.d/unbound start
-==> Then, add "nameserver 127.0.0.1" to /etc/resolv.conf.head
-EOF
-}
-
-pre_remove() {
- /etc/rc.d/unbound stop
}
post_remove() {