From 5c73e936a5995215a21afc68e0798077f81b75a8 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 15 Sep 2009 14:34:29 +0000 Subject: main/net-snmp: start services after firewall --- main/net-snmp/APKBUILD | 6 +++--- main/net-snmp/snmpd.initd | 1 + main/net-snmp/snmptrapd.initd | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/main/net-snmp/APKBUILD b/main/net-snmp/APKBUILD index 5456efe9..19baedc9 100644 --- a/main/net-snmp/APKBUILD +++ b/main/net-snmp/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Carlo Landmeter pkgname=net-snmp pkgver=5.4.2.1 -pkgrel=2 +pkgrel=3 pkgdesc="Simple Network Management Protocol" url="http://www.net-snmp.org/" license="GPL" @@ -59,8 +59,8 @@ tools() { md5sums="984932520143f0c8bf7b7ce1fc9e1da1 net-snmp-5.4.2.1.tar.gz -941e257218aa773b33696a2c7222a14e snmpd.initd +198a4a7b80557fa8112394df5ec9914e snmpd.initd 96510a2f3bc9f21648b03f7e8d76c0d3 snmpd.confd -c5198c350991637849595dba93019bda snmptrapd.initd +7ce3e9e880fc6313ae87eb000bae4bda snmptrapd.initd 363f7728a76bdfc46e29b7e1f5cf4950 snmptrapd.confd e8eac801c76e03bca7e7bf6b267b0d3d CVE-2008-6123.patch" diff --git a/main/net-snmp/snmpd.initd b/main/net-snmp/snmpd.initd index 49beda58..f768bb36 100644 --- a/main/net-snmp/snmpd.initd +++ b/main/net-snmp/snmpd.initd @@ -6,6 +6,7 @@ DAEMON=/usr/sbin/$NAME depend() { use logger need net + after firewall } checkconfig() { diff --git a/main/net-snmp/snmptrapd.initd b/main/net-snmp/snmptrapd.initd index bf56233a..bbc592be 100644 --- a/main/net-snmp/snmptrapd.initd +++ b/main/net-snmp/snmptrapd.initd @@ -6,6 +6,7 @@ DAEMON=/usr/sbin/$NAME depend() { use logger need net + after firewall } start() { -- cgit v1.2.3