From 22f873a6e3ac2c585a28a1ab2561eaea9765cdc6 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 1 Nov 2013 01:14:52 -0700 Subject: Fri Nov 1 01:13:45 PDT 2013 --- community/nsd/PKGBUILD | 12 ++++++------ community/nsd/service | 7 +++---- 2 files changed, 9 insertions(+), 10 deletions(-) (limited to 'community/nsd') diff --git a/community/nsd/PKGBUILD b/community/nsd/PKGBUILD index 06bf8a75b..c788d6441 100644 --- a/community/nsd/PKGBUILD +++ b/community/nsd/PKGBUILD @@ -1,21 +1,21 @@ -# $Id: PKGBUILD 94613 2013-07-28 13:05:24Z bisson $ +# $Id: PKGBUILD 100048 2013-10-31 16:25:17Z bisson $ # Maintainer: Gaetan Bisson # Contributor: Kaiting Chen # Contributor: Roberto Alsina 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') -makedepends=('flex') arch=('i686' 'x86_64') +depends=('openssl' 'libevent') +makedepends=('flex') source=("http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz" 'service') -sha1sums=('cb95efa819902799365691a0a7ddb3690a97df88' - 'f35ecb887e86ae0a54ac70aef5a7577fc8761877') +sha1sums=('b3ebd669be8e830f62062d12be55242ca41da369' + '9957762b810374c4eaa1461169f3c848b50466fe') install=install diff --git a/community/nsd/service b/community/nsd/service index ca423c29c..d5e2d14b4 100644 --- a/community/nsd/service +++ b/community/nsd/service @@ -3,11 +3,10 @@ Description=NSD Name Server Daemon 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 -- cgit v1.2.3