From 630f007cf5036d8ea70c4a3338069060c54910f8 Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Wed, 10 Jun 2009 15:14:58 +0000 Subject: [PATCH] addresses a path used by the plc map and other gen-* scripts. --- plc.d/httpd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plc.d/httpd b/plc.d/httpd index 59b11db..287100e 100755 --- a/plc.d/httpd +++ b/plc.d/httpd @@ -52,7 +52,7 @@ case "$1" in fi # Set the default include path - include_path=".:$DocumentRoot/planetlab/includes:$DocumentRoot/plekit/php:/etc/planetlab/php:/usr/share/plc_api/php" + include_path=".:$DocumentRoot/planetlab/includes:$DocumentRoot/plekit/php:$DocumentRoot/generated:/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.43.0