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

Eric Bélanger eric at nymeria.archlinux.org
Wed May 22 15:09:06 UTC 2013


    Date: Wednesday, May 22, 2013 @ 17:09:06
  Author: eric
Revision: 186237

upgpkg: net-snmp 5.7.2-7

Add snmptrapd service file (close FS#35410)

Added:
  net-snmp/trunk/snmptrapd.service
Modified:
  net-snmp/trunk/PKGBUILD

-------------------+
 PKGBUILD          |    6 ++++--
 snmptrapd.service |   12 ++++++++++++
 2 files changed, 16 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-22 12:23:19 UTC (rev 186236)
+++ PKGBUILD	2013-05-22 15:09:06 UTC (rev 186237)
@@ -4,7 +4,7 @@
 
 pkgname=net-snmp
 pkgver=5.7.2
-pkgrel=6
+pkgrel=7
 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/"
@@ -16,10 +16,11 @@
             'python2: for the python modules')
 options=('!libtool' '!emptydirs' '!makeflags')
 source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
-        snmpd.service libnl32.patch)
+        snmpd.service snmptrapd.service libnl32.patch)
 sha1sums=('c493027907f32400648244d81117a126aecd27ee'
           'SKIP'
           '84e32c54d32e6b608747054e04a3ddfe6d6638cc'
+          '0244e91c7baa0abebfb5c0560e8ce04c966c5992'
           '74a9848b95f63378eb1753fc309d2b74de5afb0f')
 
 prepare() {
@@ -52,5 +53,6 @@
   sed -i -e "s:install --basedir=\$\$dir:install --basedir=\$\$dir --root=${pkgdir}:" Makefile
   make DESTDIR="${pkgdir}" INSTALL_PREFIX="${pkgdir}" INSTALLDIRS=vendor install
   install -D -m644 "${srcdir}/snmpd.service" "${pkgdir}/usr/lib/systemd/system/snmpd.service"
+  install -D -m644 "${srcdir}/snmptrapd.service" "${pkgdir}/usr/lib/systemd/system/snmptrapd.service"
   install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }

Added: snmptrapd.service
===================================================================
--- snmptrapd.service	                        (rev 0)
+++ snmptrapd.service	2013-05-22 15:09:06 UTC (rev 186237)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Simple Network Management Protocol (SNMP) TRAP Daemon
+After=syslog.target network.target
+
+[Service]
+Type=forking
+PIDFile=/run/snmptrapd.pid
+ExecStart=/usr/bin/snmptrapd -p /run/snmptrapd.pid
+ExecReload=/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=multi-user.target




More information about the arch-commits mailing list