From 8d226bc724fb58ef58f5d25ca8f9728a48f8b44f Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 19 Feb 2009 18:48:34 +0000 Subject: [PATCH] rename --- plc.d/httpd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.0