summaryrefslogtreecommitdiffstats
path: root/main/ipsec-tools/racoon.initd
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-02-08 13:16:43 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-02-08 13:35:27 +0000
commita09d19aec0e9f05f5158bc7db885cb8465480c15 (patch)
treebc80376595c3a6e7ebfcfd10ffe4a627fa4c6f51 /main/ipsec-tools/racoon.initd
parent8548d6c936344a59341c1c4362172407bf2149c2 (diff)
downloadaports-a09d19aec0e9f05f5158bc7db885cb8465480c15.tar.bz2
aports-a09d19aec0e9f05f5158bc7db885cb8465480c15.tar.xz
main/ipsec-tools: start after ntp-client
fixes #261 (cherry picked from commit b9df3004d7d87e527523028a02f0133e66029b52)
Diffstat (limited to 'main/ipsec-tools/racoon.initd')
-rw-r--r--main/ipsec-tools/racoon.initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/ipsec-tools/racoon.initd b/main/ipsec-tools/racoon.initd
index c5f88d49..724eee02 100644
--- a/main/ipsec-tools/racoon.initd
+++ b/main/ipsec-tools/racoon.initd
@@ -5,7 +5,7 @@
depend() {
before netmount
use net
- after firewall
+ after firewall ntp-client
provide ipsec
}