summaryrefslogtreecommitdiffstats
path: root/unstable
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-09-16 10:02:27 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-09-16 10:02:27 +0000
commita14cc39187e4d24364a234798aa6b0bc6d1dcb91 (patch)
treeb57881be7c7579a93e7f51b6468db3b2fb494f47 /unstable
parent7bee866c9413a095b8ac7b27525f67f282d3894a (diff)
downloadaports-a14cc39187e4d24364a234798aa6b0bc6d1dcb91.tar.bz2
aports-a14cc39187e4d24364a234798aa6b0bc6d1dcb91.tar.xz
main/x11/transmission: start service after firewall
Diffstat (limited to 'unstable')
-rw-r--r--unstable/apcupsd/APKBUILD4
-rw-r--r--unstable/apcupsd/apcupsd.initd1
2 files changed, 3 insertions, 2 deletions
diff --git a/unstable/apcupsd/APKBUILD b/unstable/apcupsd/APKBUILD
index e0fdfdd7..5be90f9c 100644
--- a/unstable/apcupsd/APKBUILD
+++ b/unstable/apcupsd/APKBUILD
@@ -1,6 +1,6 @@
pkgname=apcupsd
pkgver=3.14.6
-pkgrel=0
+pkgrel=1
pkgdesc="A Daemon to control APC UPSes"
subpackages="$pkgname-doc"
url="http://www.apcupsd.org"
@@ -23,4 +23,4 @@ build() {
}
md5sums="7df2dbe325a6b1822763cbf6a9fa8263 apcupsd-3.14.6.tar.gz
-d276b567fd8dfb9e2a74e533b25de031 apcupsd.initd"
+0798cd407de6f199d4c267036ec54c5b apcupsd.initd"
diff --git a/unstable/apcupsd/apcupsd.initd b/unstable/apcupsd/apcupsd.initd
index 43868f75..5265347f 100644
--- a/unstable/apcupsd/apcupsd.initd
+++ b/unstable/apcupsd/apcupsd.initd
@@ -10,6 +10,7 @@ fi
depend() {
use net
+ after firewall
}
start() {