diff options
author | root <root@rshg054.dnsready.net> | 2012-07-30 00:02:11 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-07-30 00:02:11 +0000 |
commit | 4982c269b318734d01ad30c6592fbb73565ceb12 (patch) | |
tree | f8696db6a843a65a264dbfed979f087b1d62c011 /community/nsd | |
parent | ddab05fd84b7fa1d67fcd18b532f0427189d8df1 (diff) |
Mon Jul 30 00:02:11 UTC 2012
Diffstat (limited to 'community/nsd')
-rw-r--r-- | community/nsd/PKGBUILD | 6 | ||||
-rw-r--r-- | community/nsd/service | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/community/nsd/PKGBUILD b/community/nsd/PKGBUILD index 6923d2233..cd1ed6b0d 100644 --- a/community/nsd/PKGBUILD +++ b/community/nsd/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 74417 2012-07-27 10:50:01Z bisson $ +# $Id: PKGBUILD 74423 2012-07-28 07:26:34Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: Kaiting Chen <kaitocracy@gmail.com> # Contributor: Roberto Alsina <ralsina@kde.org> pkgname=nsd pkgver=3.2.13 -pkgrel=1 +pkgrel=2 pkgdesc='Authoritative only, high performance and simple DNS server' url='http://www.nlnetlabs.nl/nsd/' license=('BSD') @@ -15,7 +15,7 @@ arch=('i686' 'x86_64') source=("http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz" 'service') sha1sums=('2cb44f75e9686fd73c7ee9765857a36a8fe5bca9' - '29a74ce922b3991dd65ae5254bafa0a308d915e9') + '1cfa2d7254139be50f11753d4e07281ed2af36eb') install=install diff --git a/community/nsd/service b/community/nsd/service index 2caa9585c..28bb1c5b7 100644 --- a/community/nsd/service +++ b/community/nsd/service @@ -5,9 +5,9 @@ After=network.target [Service] Type=forking PIDFile=/run/nsd.pid -ExecStart=/usr/sbin/nsd start -ExecReload=/usr/sbin/nsd reload -ExecStop=/usr/sbin/nsd stop +ExecStart=/usr/sbin/nsdc start +ExecReload=/usr/sbin/nsdc reload +ExecStop=/usr/sbin/nsdc stop [Install] WantedBy=multi-user.target |