diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-09-16 10:02:27 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-09-16 10:02:27 +0000 |
commit | a14cc39187e4d24364a234798aa6b0bc6d1dcb91 (patch) | |
tree | b57881be7c7579a93e7f51b6468db3b2fb494f47 /unstable | |
parent | 7bee866c9413a095b8ac7b27525f67f282d3894a (diff) | |
download | aports-a14cc39187e4d24364a234798aa6b0bc6d1dcb91.tar.bz2 aports-a14cc39187e4d24364a234798aa6b0bc6d1dcb91.tar.xz |
main/x11/transmission: start service after firewall
Diffstat (limited to 'unstable')
-rw-r--r-- | unstable/apcupsd/APKBUILD | 4 | ||||
-rw-r--r-- | unstable/apcupsd/apcupsd.initd | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/unstable/apcupsd/APKBUILD b/unstable/apcupsd/APKBUILD index e0fdfdd7e..5be90f9c9 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 43868f75d..5265347f4 100644 --- a/unstable/apcupsd/apcupsd.initd +++ b/unstable/apcupsd/apcupsd.initd @@ -10,6 +10,7 @@ fi depend() { use net + after firewall } start() { |