[arch-commits] Commit in net-snmp/trunk (PKGBUILD snmpd.service)

Eric Bélanger eric at nymeria.archlinux.org
Mon May 13 03:05:05 UTC 2013


    Date: Monday, May 13, 2013 @ 05:05:05
  Author: eric
Revision: 185294

upgpkg: net-snmp 5.7.2-5

Move binaries in /usr/sbin to /usr/bin

Modified:
  net-snmp/trunk/PKGBUILD
  net-snmp/trunk/snmpd.service

---------------+
 PKGBUILD      |    6 +++---
 snmpd.service |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-13 00:49:44 UTC (rev 185293)
+++ PKGBUILD	2013-05-13 03:05:05 UTC (rev 185294)
@@ -4,7 +4,7 @@
 
 pkgname=net-snmp
 pkgver=5.7.2
-pkgrel=4
+pkgrel=5
 pkgdesc="A suite of applications used to implement SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6"
 arch=('i686' 'x86_64')
 url="http://www.net-snmp.org/"
@@ -19,7 +19,7 @@
         snmpd.service libnl32.patch)
 sha1sums=('c493027907f32400648244d81117a126aecd27ee'
           'SKIP'
-          '2ad00f89ecb8ec97adfbae7adfbfa3499319e5d7'
+          '84e32c54d32e6b608747054e04a3ddfe6d6638cc'
           '74a9848b95f63378eb1753fc309d2b74de5afb0f')
 
 prepare() {
@@ -32,7 +32,7 @@
 build() {
   cd ${pkgname}-${pkgver}
   PYTHONPROG=/usr/bin/python2 ./configure --prefix=/usr \
-    --sysconfdir=/etc \
+    --sysconfdir=/etc --sbindir=/usr/bin \
     --mandir=/usr/share/man \
     --enable-ucd-snmp-compatibility \
     --enable-ipv6 \

Modified: snmpd.service
===================================================================
--- snmpd.service	2013-05-13 00:49:44 UTC (rev 185293)
+++ snmpd.service	2013-05-13 03:05:05 UTC (rev 185294)
@@ -5,7 +5,7 @@
 [Service]
 Type=forking
 PIDFile=/run/snmpd.pid
-ExecStart=/usr/sbin/snmpd -p /run/snmpd.pid
+ExecStart=/usr/bin/snmpd -p /run/snmpd.pid
 ExecReload=/bin/kill -HUP $MAINPID
 
 [Install]




More information about the arch-commits mailing list