summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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() {
diff --git a/x11/transmission/APKBUILD b/x11/transmission/APKBUILD
index e1a52ebc..7bd64c5e 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 af9461cc..ecf3bdaf 100644
--- a/x11/transmission/transmission-daemon.initd
+++ b/x11/transmission/transmission-daemon.initd
@@ -2,6 +2,7 @@
depend() {
need net
+ after firewall
}
start() {