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

Sébastien Luttringer seblu at nymeria.archlinux.org
Sun Feb 2 00:46:49 UTC 2014


    Date: Sunday, February 2, 2014 @ 01:46:49
  Author: seblu
Revision: 105160

upgpkg: ipset 6.20.1-2

- Add reload to service. Don't try to destroy set before restore from conf file.

Modified:
  ipset/trunk/PKGBUILD
  ipset/trunk/ipset.service

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-02 00:22:45 UTC (rev 105159)
+++ PKGBUILD	2014-02-02 00:46:49 UTC (rev 105160)
@@ -3,7 +3,7 @@
 
 pkgname=ipset
 pkgver=6.20.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Administration tool for IP sets'
 arch=('i686' 'x86_64')
 url='http://ipset.netfilter.org'
@@ -13,7 +13,7 @@
 source=("http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2"
         "$pkgname.service")
 md5sums=('8af741492752fbf24d3a28a9d1473d40'
-         '6be6a2b34c1f38fc8ad60828403e2077')
+         '4b195827996c6012a801e21f869c385d')
 
 build() {
   cd $pkgname-$pkgver

Modified: ipset.service
===================================================================
--- ipset.service	2014-02-02 00:22:45 UTC (rev 105159)
+++ ipset.service	2014-02-02 00:46:49 UTC (rev 105160)
@@ -6,6 +6,7 @@
 Type=oneshot
 RemainAfterExit=yes
 ExecStart=/usr/bin/ipset -f /etc/ipset.conf restore
+ExecReload=/usr/bin/ipset -f /etc/ipset.conf restore
 ExecStop=/usr/bin/ipset destroy
 
 [Install]




More information about the arch-commits mailing list