summaryrefslogtreecommitdiffstats
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
parent7bee866c9413a095b8ac7b27525f67f282d3894a (diff)
downloadaports-a14cc39187e4d24364a234798aa6b0bc6d1dcb91.tar.bz2
aports-a14cc39187e4d24364a234798aa6b0bc6d1dcb91.tar.xz
main/x11/transmission: start service after firewall
-rw-r--r--unstable/apcupsd/APKBUILD4
-rw-r--r--unstable/apcupsd/apcupsd.initd1
-rw-r--r--x11/transmission/APKBUILD4
-rw-r--r--x11/transmission/transmission-daemon.initd1
4 files changed, 6 insertions, 4 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() {
diff --git a/x11/transmission/APKBUILD b/x11/transmission/APKBUILD
index e1a52ebca..7bd64c5ef 100644
--- a/x11/transmission/APKBUILD
+++ b/x11/transmission/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer:Carlo Landmeter
pkgname=transmission
pkgver=1.74
-pkgel=0
+pkgel=1
pkgdesc="Lightweight GTK BitTorrent client"
url="http://www.tansmissionbt.com"
install="$pkgname.pre-install"
@@ -43,5 +43,5 @@ cli() {
}
md5sums="6b1080800c62308179cfc7a691c82d63 transmission-1.74.tar.bz2
-b3b921242bdc3b33a8ac05fc30653b6c transmission-daemon.initd
+f65b8ae46f8ac89b35844109b3aa0c18 transmission-daemon.initd
89478a70fcd93463e1dd8d751da994da transmission-daemon.confd"
diff --git a/x11/transmission/transmission-daemon.initd b/x11/transmission/transmission-daemon.initd
index af9461cc6..ecf3bdafe 100644
--- a/x11/transmission/transmission-daemon.initd
+++ b/x11/transmission/transmission-daemon.initd
@@ -2,6 +2,7 @@
depend() {
need net
+ after firewall
}
start() {