[arch-commits] Commit in nsd/trunk (PKGBUILD service)
Gaetan Bisson
bisson at nymeria.archlinux.org
Thu Oct 31 16:24:39 UTC 2013
Date: Thursday, October 31, 2013 @ 17:24:38
Author: bisson
Revision: 100047
upstream update
Modified:
nsd/trunk/PKGBUILD
nsd/trunk/service
----------+
PKGBUILD | 10 +++++-----
service | 7 +++----
2 files changed, 8 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-10-31 16:12:50 UTC (rev 100046)
+++ PKGBUILD 2013-10-31 16:24:38 UTC (rev 100047)
@@ -4,18 +4,18 @@
# Contributor: Roberto Alsina <ralsina at kde.org>
pkgname=nsd
-pkgver=3.2.16
+pkgver=4.0.0
pkgrel=1
pkgdesc='Authoritative only, high performance and simple DNS server'
url='http://www.nlnetlabs.nl/nsd/'
license=('BSD')
-depends=('openssl')
+arch=('i686' 'x86_64')
+depends=('openssl' 'libevent')
makedepends=('flex')
-arch=('i686' 'x86_64')
source=("http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz"
'service')
-sha1sums=('cb95efa819902799365691a0a7ddb3690a97df88'
- 'f35ecb887e86ae0a54ac70aef5a7577fc8761877')
+sha1sums=('b3ebd669be8e830f62062d12be55242ca41da369'
+ '9957762b810374c4eaa1461169f3c848b50466fe')
install=install
Modified: service
===================================================================
--- service 2013-10-31 16:12:50 UTC (rev 100046)
+++ service 2013-10-31 16:24:38 UTC (rev 100047)
@@ -3,11 +3,10 @@
After=network.target
[Service]
-Type=forking
PIDFile=/run/nsd.pid
-ExecStart=/usr/bin/nsdc start
-ExecReload=/usr/bin/nsdc reload
-ExecStop=/usr/bin/nsdc stop
+ExecStart=/usr/bin/nsd -c /etc/nsd/nsd.conf
+ExecReload=/bin/kill -HUP $MAINPID
+ExecStop=/bin/kill -TERM $MAINPID
[Install]
WantedBy=multi-user.target
More information about the arch-commits
mailing list