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

Anatol Pomozov anatolik at nymeria.archlinux.org
Tue Mar 4 21:05:32 UTC 2014


    Date: Tuesday, March 4, 2014 @ 22:05:32
  Author: anatolik
Revision: 206682

Use /usr/bin path instead of /usr/sbin/

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-04 20:54:54 UTC (rev 206681)
+++ PKGBUILD	2014-03-04 21:05:32 UTC (rev 206682)
@@ -20,8 +20,8 @@
         dhcp-4.2.5-missing_ipv6-1.patch)
 md5sums=('1020d77e1a4c1f01b76279caff9beb80'
          'SKIP'
-         '439ee2f145a1e86dd644cb94a854f8e7'
-         '588aa85b6fe228c45623185a58d11992'
+         '22579cc6ce2b71383f817b0564c44c4d'
+         'a03765a91fda3f139229dd82ea372f8f'
          '9e4dcf90beec15bfcb6631809cdcc780'
          'da655f02f1cf4d95b4708e84e69edbc8')
 

Modified: dhcpd4.service
===================================================================
--- dhcpd4.service	2014-03-04 20:54:54 UTC (rev 206681)
+++ dhcpd4.service	2014-03-04 21:05:32 UTC (rev 206682)
@@ -5,7 +5,7 @@
 [Service]
 Type=forking
 PIDFile=/run/dhcpd4.pid
-ExecStart=/usr/sbin/dhcpd -4 -q -pf /run/dhcpd4.pid
+ExecStart=/usr/bin/dhcpd -4 -q -pf /run/dhcpd4.pid
 KillSignal=SIGINT
 
 [Install]

Modified: dhcpd6.service
===================================================================
--- dhcpd6.service	2014-03-04 20:54:54 UTC (rev 206681)
+++ dhcpd6.service	2014-03-04 21:05:32 UTC (rev 206682)
@@ -5,7 +5,7 @@
 [Service]
 Type=forking
 PIDFile=/run/dhcpd6.pid
-ExecStart=/usr/sbin/dhcpd -6 -q -pf /run/dhcpd6.pid
+ExecStart=/usr/bin/dhcpd -6 -q -pf /run/dhcpd6.pid
 KillSignal=SIGINT
 
 [Install]




More information about the arch-commits mailing list