From 814f4b29484f3912bbc7e22c3961d289034e2194 Mon Sep 17 00:00:00 2001
From: James Meyer <james.meyer@operamail.com>
Date: Mon, 19 Jan 2009 16:45:44 -0600
Subject: add mythweather to open_basedir

---
 abs/core-testing/php/PKGBUILD    | 2 +-
 abs/core-testing/php/__changelog | 1 +
 abs/core-testing/php/php.ini     | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/abs/core-testing/php/PKGBUILD b/abs/core-testing/php/PKGBUILD
index 5f34040..90747ec 100644
--- a/abs/core-testing/php/PKGBUILD
+++ b/abs/core-testing/php/PKGBUILD
@@ -1,6 +1,6 @@
 pkgname=php
 pkgver=5.2.6
-pkgrel=13
+pkgrel=14
 _suhosinver=0.9.6.2
 pkgdesc='A high-level scripting language'
 arch=('i686' 'x86_64')
diff --git a/abs/core-testing/php/__changelog b/abs/core-testing/php/__changelog
index 215af9b..9d9d4da 100644
--- a/abs/core-testing/php/__changelog
+++ b/abs/core-testing/php/__changelog
@@ -1,3 +1,4 @@
 modified php.ini
 set base dir to /data/srv/httpd/htdocs
 added /data/srv/tmp to basedir
+added /usr/share/mythtv/mythweather/scripts/
diff --git a/abs/core-testing/php/php.ini b/abs/core-testing/php/php.ini
index 083baf4..6445c51 100644
--- a/abs/core-testing/php/php.ini
+++ b/abs/core-testing/php/php.ini
@@ -249,7 +249,7 @@ safe_mode_protected_env_vars = LD_LIBRARY_PATH
 ; and below.  This directive makes most sense if used in a per-directory
 ; or per-virtualhost web server configuration file. This directive is
 ; *NOT* affected by whether Safe Mode is turned On or Off.
-open_basedir = /data/srv/httpd/htdocs/:/home/:/tmp/:/usr/share/pear/:/data/srv/tmp
+open_basedir = /data/srv/httpd/htdocs/:/home/:/tmp/:/usr/share/pear/:/data/srv/tmp:/usr/share/mythtv/mythweather/scripts/
 
 ; This directive allows you to disable certain functions for security reasons.
 ; It receives a comma-delimited list of function names. This directive is
-- 
cgit v0.12