diff options
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() { |