[arch-commits] Commit in unbound/trunk (PKGBUILD unbound.service)

Gaetan Bisson bisson at nymeria.archlinux.org
Thu Mar 14 22:47:35 UTC 2013


    Date: Thursday, March 14, 2013 @ 23:47:34
  Author: bisson
Revision: 86305

add After=network.target to unbound.service

Modified:
  unbound/trunk/PKGBUILD
  unbound/trunk/unbound.service

-----------------+
 PKGBUILD        |    4 ++--
 unbound.service |    1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-14 22:32:51 UTC (rev 86304)
+++ PKGBUILD	2013-03-14 22:47:34 UTC (rev 86305)
@@ -5,7 +5,7 @@
 
 pkgname=unbound
 pkgver=1.4.19
-pkgrel=1
+pkgrel=2
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='http://unbound.net/'
 license=('custom:BSD')
@@ -20,7 +20,7 @@
         'unbound.conf'
         'rc.d')
 sha1sums=('ccf0d465fc0045d59ceca11ecde688edebd28ec1'
-          '5bc313cd978e4d6efe8c13600e838c70629be477'
+          'a2493cb105ff6aa23d756514badb13b02d37f319'
           '5d473ec2943fd85367cdb653fcd58e186f07383f'
           'dc96e772f467b32555df21d16fdb15e98194c228')
 

Modified: unbound.service
===================================================================
--- unbound.service	2013-03-14 22:32:51 UTC (rev 86304)
+++ unbound.service	2013-03-14 22:47:34 UTC (rev 86305)
@@ -1,5 +1,6 @@
 [Unit]
 Description=Unbound DNS Resolver
+After=network.target
 
 [Service]
 PIDFile=/run/unbound.pid




More information about the arch-commits mailing list