From 12a47382e07f018985a1a26b119b2c765d083dbf Mon Sep 17 00:00:00 2001 From: schnetter Date: Tue, 23 Jun 2009 14:58:39 +0000 Subject: Ensure correct schedule order git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPDExtra/trunk@77 61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1 --- schedule.ccl | 4 ++-- 1 file 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" - -- cgit v1.2.3