From a286a32ab8c74d2e0aff725ce099fec57a14f715 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 18 Feb 2009 22:09:18 +0000 Subject: [PATCH] obsolete /var/www/html/generated removed - add placeholder for the plkit package --- plc.d/httpd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plc.d/httpd b/plc.d/httpd index 5078c0e..30e5ce3 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/generated:/etc/planetlab/php:/usr/share/plc_api/php" + include_path=".:$DocumentRoot/planetlab/includes:$DocumentRoot/plkit/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