From c091eef67fe2ddec71abb96faa6678060b1d9016 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 15 Sep 2009 13:16:08 +0000 Subject: main/chrony,clamav,clamsmtp,conntrack,cyrus-sasl: start services after fw --- main/clamav/APKBUILD | 13 +++++-------- main/clamav/clamd.initd | 1 + main/clamav/freshclam.initd | 1 + 3 files changed, 7 insertions(+), 8 deletions(-) (limited to 'main/clamav') diff --git a/main/clamav/APKBUILD b/main/clamav/APKBUILD index a4daebc2f..79bfb9e8b 100644 --- a/main/clamav/APKBUILD +++ b/main/clamav/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Carlo Landmeter pkgname=clamav pkgver=0.95.2 -pkgrel=0 +pkgrel=1 pkgdesc="An anti-virus toolkit for UNIX" url="http://www.clamav.net/" license="GPL" @@ -17,7 +17,7 @@ source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz freshclam.confd clamav-0.95.1-nls.patch clamav.logrotate - $install" + " build() { cd "$srcdir/$pkgname-$pkgver" @@ -61,12 +61,9 @@ build() { } md5sums="930362397d30e01ba81b5f24c1046d48 clamav-0.95.2.tar.gz -adbbfa835f9dea213289719d983f1600 clamd.initd +d64432c463850663c5041c3097f3e903 clamd.initd 567bc32b657dd7031b9b7beaa946203a clamd.confd -f43b987a0c37e6576face04a830263ac freshclam.initd +f4d1f415322905128dc27135566ad136 freshclam.initd e48466ddfb56f66c623b83e58777b778 freshclam.confd 0d08fd29656bd4b018ecf8ce9706ac55 clamav-0.95.1-nls.patch -dffa5af2e7a563fc00fcd52ec4c02347 clamav.logrotate -275e05587e2da782781829a1862d57b1 clamav.pre-install -ec4d600097a15e64dfb714e7739a1804 clamav.post-install -c9e80578c6e82d6154bc91f18dfd23ea clamav.pre-upgrade" +dffa5af2e7a563fc00fcd52ec4c02347 clamav.logrotate" diff --git a/main/clamav/clamd.initd b/main/clamav/clamd.initd index d3b915557..2864267e1 100644 --- a/main/clamav/clamd.initd +++ b/main/clamav/clamd.initd @@ -6,6 +6,7 @@ CONF=/etc/clamav/clamd.conf depend() { need net + after firewall provide antivirus } diff --git a/main/clamav/freshclam.initd b/main/clamav/freshclam.initd index 7961c7f80..f25fec434 100644 --- a/main/clamav/freshclam.initd +++ b/main/clamav/freshclam.initd @@ -8,6 +8,7 @@ CONF=/etc/clamav/freshclam.conf depend() { need net + after firewall } start() { -- cgit v1.2.3