diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-02-08 13:16:43 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-02-08 13:16:43 +0000 |
commit | b9df3004d7d87e527523028a02f0133e66029b52 (patch) | |
tree | fb04322083903e2639d5272e9222b96ee89352f1 /main/ipsec-tools/racoon.initd | |
parent | 580b1e991fe7b5c58be1c045379bae23e190fc7d (diff) | |
download | aports-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.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/ipsec-tools/racoon.initd b/main/ipsec-tools/racoon.initd index c5f88d4931..724eee0237 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 } |