[arch-commits] Commit in dhcp/trunk (PKGBUILD dhcpd4.service dhcpd6.service)

Thomas Bächler thomas at archlinux.org
Sat Oct 13 17:03:15 UTC 2012


    Date: Saturday, October 13, 2012 @ 13:03:14
  Author: thomas
Revision: 168634

upgpkg: dhcp 4.2.4.1-3: Remove broken ExecReload= from units

Modified:
  dhcp/trunk/PKGBUILD
  dhcp/trunk/dhcpd4.service
  dhcp/trunk/dhcpd6.service

----------------+
 PKGBUILD       |    6 +++---
 dhcpd4.service |    1 -
 dhcpd6.service |    1 -
 3 files changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-10-13 16:48:28 UTC (rev 168633)
+++ PKGBUILD	2012-10-13 17:03:14 UTC (rev 168634)
@@ -8,7 +8,7 @@
 pkgver=4.2.4.1
 _pkgver=4.2.4-P1
 
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 license=('custom:isc-dhcp')
 url="https://www.isc.org/software/dhcp"
@@ -22,8 +22,8 @@
          'c49b1497837ba56c54e401a66e1bab9b'
          '12c2f3ae47ed23eb698eb7f1bfd80f20'
          '8f357e46e1efcbb746f38737a3f977a2'
-         '1076444f22e13eb5f6bff7821fd0f446'
-         '9310f2d8b1d7e97ace06d68cb41d9998'
+         '439ee2f145a1e86dd644cb94a854f8e7'
+         '588aa85b6fe228c45623185a58d11992'
          'fd64aeb4f399dcc41ea43089a3811094'
          '541b415a25a169eaf64b681405f79a80')
 

Modified: dhcpd4.service
===================================================================
--- dhcpd4.service	2012-10-13 16:48:28 UTC (rev 168633)
+++ dhcpd4.service	2012-10-13 17:03:14 UTC (rev 168634)
@@ -6,7 +6,6 @@
 Type=forking
 PIDFile=/run/dhcpd4.pid
 ExecStart=/usr/sbin/dhcpd -4 -q -pf /run/dhcpd4.pid
-ExecReload=/bin/kill -TERM $MAINPID
 KillSignal=SIGINT
 
 [Install]

Modified: dhcpd6.service
===================================================================
--- dhcpd6.service	2012-10-13 16:48:28 UTC (rev 168633)
+++ dhcpd6.service	2012-10-13 17:03:14 UTC (rev 168634)
@@ -6,7 +6,6 @@
 Type=forking
 PIDFile=/run/dhcpd6.pid
 ExecStart=/usr/sbin/dhcpd -6 -q -pf /run/dhcpd6.pid
-ExecReload=/bin/kill -TERM $MAINPID
 KillSignal=SIGINT
 
 [Install]




More information about the arch-commits mailing list