diff options
-rw-r--r-- | config/vhosts/vhosts.inc | 2 | ||||
-rw-r--r-- | config/vhosts/vhosts.xml | 7 | ||||
-rwxr-xr-x | pkg_config.7.xml | 2 | ||||
-rwxr-xr-x | pkg_config.8.xml | 2 |
4 files changed, 5 insertions, 8 deletions
diff --git a/config/vhosts/vhosts.inc b/config/vhosts/vhosts.inc index cf857d9a..2c982cf4 100644 --- a/config/vhosts/vhosts.inc +++ b/config/vhosts/vhosts.inc @@ -738,6 +738,7 @@ function php_install_command() { chdir('/usr/local/'); exec ("fetch http://www.pfsense.com/packages/config/vhosts/freebsd7.2/php5.tar.gz"); exec("tar zxvf /usr/local/php5.tar.gz -C /usr/local/"); + exec("rm /usr/local/php5.tar.gz"); } if (!file_exists('/usr/local/lib/libxml2.so.5')) { chdir('/usr/local/lib/'); @@ -761,6 +762,7 @@ function php_install_command() { chdir('/usr/local/'); exec ("fetch http://www.pfsense.com/packages/config/vhosts/freebsd8.0/php5.tar.gz"); exec("tar zxvf /usr/local/php5.tar.gz -C /usr/local/"); + exec("rm /usr/local/php5.tar.gz"); } } diff --git a/config/vhosts/vhosts.xml b/config/vhosts/vhosts.xml index e648599c..2057918e 100644 --- a/config/vhosts/vhosts.xml +++ b/config/vhosts/vhosts.xml @@ -41,7 +41,7 @@ <requirements>Describe your package requirements here</requirements> <faq>Currently there are no FAQ items provided.</faq> <name>vHosts Settings</name> - <version>0.7.2</version> + <version>0.7.3</version> <title>Settings</title> <include_file>/usr/local/pkg/vhosts.inc</include_file> <menu> @@ -90,11 +90,6 @@ <chmod>0755</chmod> <item>http://www.pfsense.com/packages/config/vhosts/vhosts_php_edit.tmp</item> </additional_files_needed> - <additional_files_needed> - <prefix>/var/etc/</prefix> - <chmod>0755</chmod> - <item>http://www.pfsense.com/packages/config/vhosts/lighty-vhosts.conf</item> - </additional_files_needed> <fields> <field> <fielddescr>Variable One</fielddescr> diff --git a/pkg_config.7.xml b/pkg_config.7.xml index f461fc93..c21c7a8b 100755 --- a/pkg_config.7.xml +++ b/pkg_config.7.xml @@ -298,7 +298,7 @@ <pkginfolink>http://doc.pfsense.org/index.php/vhosts</pkginfolink> <config_file>http://www.pfsense.com/packages/config/vhosts/vhosts.xml</config_file> <depends_on_package_base_url>http://files.pfsense.org/packages/7/All/</depends_on_package_base_url> - <version>0.7.2</version> + <version>0.7.3</version> <status>Stable</status> <required_version>1.2.3</required_version> <maintainer>markjcrane@gmail.com</maintainer> diff --git a/pkg_config.8.xml b/pkg_config.8.xml index df65fc04..9f219ad3 100755 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -212,7 +212,7 @@ <pkginfolink>http://doc.pfsense.org/index.php/vhosts</pkginfolink> <config_file>http://www.pfsense.com/packages/config/vhosts/vhosts.xml</config_file> <depends_on_package_base_url>http://files.pfsense.org/packages/7/All/</depends_on_package_base_url> - <version>0.7.2</version> + <version>0.7.3</version> <status>Stable</status> <required_version>1.2.3</required_version> <maintainer>markjcrane@gmail.com</maintainer> |