summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Martin <gmsoft@gentoo.org>2006-05-17 14:15:28 +0000
committerGuy Martin <gmsoft@gentoo.org>2006-05-17 14:15:28 +0000
commit8ba19b83a21628b2688361e56c7f3ad4e0acd5e6 (patch)
tree4098007600028f097eaf8c2060345888c585b1a1 /net-misc/aiccu/files
parentVersion bump (diff)
downloadgentoo-2-8ba19b83a21628b2688361e56c7f3ad4e0acd5e6.tar.gz
gentoo-2-8ba19b83a21628b2688361e56c7f3ad4e0acd5e6.tar.bz2
gentoo-2-8ba19b83a21628b2688361e56c7f3ad4e0acd5e6.zip
Start after ntp-client (#126381).
(Portage version: 2.0.54-r2)
Diffstat (limited to 'net-misc/aiccu/files')
-rw-r--r--net-misc/aiccu/files/init-after-ntp-client.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-misc/aiccu/files/init-after-ntp-client.patch b/net-misc/aiccu/files/init-after-ntp-client.patch
new file mode 100644
index 000000000000..3a061eba5acc
--- /dev/null
+++ b/net-misc/aiccu/files/init-after-ntp-client.patch
@@ -0,0 +1,11 @@
+diff -uNr aiccu.orig/doc/aiccu.init.gentoo aiccu/doc/aiccu.init.gentoo
+--- aiccu.orig/doc/aiccu.init.gentoo 2006-05-17 15:42:49.000000000 +0200
++++ aiccu/doc/aiccu.init.gentoo 2006-05-17 15:43:04.000000000 +0200
+@@ -2,6 +2,7 @@
+
+ depend() {
+ need net
++ after ntp-client
+ }
+
+ checkconfig() {