summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-09-15 14:43:39 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-09-15 14:43:39 +0000
commit696ba76459e161ecac7f23d5ff9401c332365b8f (patch)
tree5d8379512ca22760593d9d8529371da5a9b64cb8
parenta2ceb9299165719c7d048ee6a1249599c338406e (diff)
downloadaports-696ba76459e161ecac7f23d5ff9401c332365b8f.tar.bz2
aports-696ba76459e161ecac7f23d5ff9401c332365b8f.tar.xz
main/oidentd: start service after firewall
-rw-r--r--main/oidentd/APKBUILD7
-rw-r--r--main/oidentd/oidentd.initd3
2 files changed, 6 insertions, 4 deletions
diff --git a/main/oidentd/APKBUILD b/main/oidentd/APKBUILD
index 130283f7..eda425fb 100644
--- a/main/oidentd/APKBUILD
+++ b/main/oidentd/APKBUILD
@@ -1,11 +1,12 @@
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
+# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=oidentd
pkgver=2.0.8
-pkgrel=0
+pkgrel=1
pkgdesc="Configurable IDENT server that supports NAT/IP masq."
url="http://dev.ojnk.net/"
license="GPL"
-depends="uclibc"
+depends=""
makedepends=""
subpackages="$pkgname-doc"
source="http://downloads.sourceforge.net/ojnk/$pkgname-$pkgver.tar.gz
@@ -30,5 +31,5 @@ build() {
md5sums="c3d9a56255819ef8904b867284386911 oidentd-2.0.8.tar.gz
d9c40e4d6a0bde685a359ad49b4eada2 oidentd.conf
-89a027c3b8245f6c5e79930d16d485f7 oidentd.initd
+96c45c9956d357d4ca9f5d474d58451b oidentd.initd
05a43d3987754f179f4e31bbe61ff315 oidentd.confd"
diff --git a/main/oidentd/oidentd.initd b/main/oidentd/oidentd.initd
index c40b058d..f718976f 100644
--- a/main/oidentd/oidentd.initd
+++ b/main/oidentd/oidentd.initd
@@ -4,7 +4,8 @@
# $Header: /var/www/viewcvs.gentoo.org/raw_cvs/gentoo-x86/net-misc/oidentd/files/oidentd-2.0.7-init,v 1.4 2007/10/24 11:38:14 uberlord Exp $
depend() {
- need net
+ need net
+ after firewall
}
check_config() {