aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1>2009-06-23 14:58:39 +0000
committerschnetter <schnetter@61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1>2009-06-23 14:58:39 +0000
commit12a47382e07f018985a1a26b119b2c765d083dbf (patch)
tree4996ed7bd144b2c62dc747389ad67cf7cb8d0c8d
parent232c1889ee8a9fad85281140d2af608d8e20526c (diff)
Ensure correct schedule order
git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPDExtra/trunk@77 61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1
-rw-r--r--schedule.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 3cdede6..08d239d 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,8 +1,8 @@
# Schedule definitions for thorn httpd_utils
# $Header$
-SCHEDULE HTTPUTILS_Startup AT startup before IOUtil_Startup
+SCHEDULE HTTPUTILS_Startup AT startup AFTER HTTP_Startup BEFORE IOUtil_Startup
{
LANG: C
+ OPTIONS: GLOBAL
} "Utils for httpd startup"
-