From: Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Date: Thu, 19 Feb 2009 18:48:34 +0000 (+0000)
Subject: rename
X-Git-Tag: MyPLC-4.3-3~9
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=8d226bc724fb58ef58f5d25ca8f9728a48f8b44f;p=myplc.git

rename
---

diff --git a/plc.d/httpd b/plc.d/httpd
index 30e5ce3..2c644cb 100755
--- a/plc.d/httpd
+++ b/plc.d/httpd
@@ -47,7 +47,7 @@ case "$1" in
 	fi
 
 	# Set the default include path
-	include_path=".:$DocumentRoot/planetlab/includes:$DocumentRoot/plkit/php:/etc/planetlab/php:/usr/share/plc_api/php"
+	include_path=".:$DocumentRoot/planetlab/includes:$DocumentRoot/plekit/php:/etc/planetlab/php:/usr/share/plc_api/php"
 	sed -i -e "s@[;]*include_path = \"\.:.*\"@include_path = \"$include_path\"@" $php_ini
 
 	# Disable default Listen directive