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:16:43 +0000
commitb9df3004d7d87e527523028a02f0133e66029b52 (patch)
treefb04322083903e2639d5272e9222b96ee89352f1 /main/ipsec-tools/racoon.initd
parent580b1e991fe7b5c58be1c045379bae23e190fc7d (diff)
downloadaports-b9df3004d7d87e527523028a02f0133e66029b52.tar.bz2
aports-b9df3004d7d87e527523028a02f0133e66029b52.tar.xz
main/ipsec-tools: start after ntp-client
fixes #261
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
}