diff options
author | Perry Mason <crazypark2@yahoo.dk> | 2009-02-10 00:08:28 +0100 |
---|---|---|
committer | Perry Mason <crazypark2@yahoo.dk> | 2009-02-10 00:08:28 +0100 |
commit | e3cfeaed0293e2388c57ed3beefc49a892c52138 (patch) | |
tree | c95452a1e8e99628932631ed5f0cf0e0e88e7f6a | |
parent | f871aa061e6e2d2b236d880f544e0cb8659ef6a2 (diff) | |
download | pfsense-packages-e3cfeaed0293e2388c57ed3beefc49a892c52138.tar.gz pfsense-packages-e3cfeaed0293e2388c57ed3beefc49a892c52138.tar.bz2 pfsense-packages-e3cfeaed0293e2388c57ed3beefc49a892c52138.zip |
phpsysinfo update
-rw-r--r-- | config/phpsysinfo/phpsysinfo.inc | 4 | ||||
-rw-r--r-- | config/phpsysinfo/phpsysinfo.xml | 2 | ||||
-rw-r--r-- | pkg_config.7.xml | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/config/phpsysinfo/phpsysinfo.inc b/config/phpsysinfo/phpsysinfo.inc index 403b0f97..0db2a75a 100644 --- a/config/phpsysinfo/phpsysinfo.inc +++ b/config/phpsysinfo/phpsysinfo.inc @@ -13,7 +13,7 @@ global $config, $g; conf_mount_rw(); config_lock(); exec("cd .."); - exec("tar -xzvf /usr/local/pkg/phpsysinfo-2.5.3.tgz"); + exec("tar -xzvf /usr/local/pkg/phpsysinfo-2.5.4.tar.gz"); // link shared libraries if ((!file_exists("/lib/libm.so.4")) AND (file_exists("/lib/libm.so.5"))) { @@ -156,4 +156,4 @@ fclose($hf); conf_mount_ro(); config_unlock(); } -?>
\ No newline at end of file +?> diff --git a/config/phpsysinfo/phpsysinfo.xml b/config/phpsysinfo/phpsysinfo.xml index ab3d2217..1cc072fb 100644 --- a/config/phpsysinfo/phpsysinfo.xml +++ b/config/phpsysinfo/phpsysinfo.xml @@ -75,7 +75,7 @@ <additional_files_needed> <prefix>/usr/local/pkg/</prefix> <chmod>0644</chmod> - <item>http://files.pfsense.org/packages/All/phpsysinfo-2.5.3.tgz</item> + <item>http://www.pfsense.com/packages/config/phpsysinfo/bin/phpsysinfo-2.5.4.tar.gz</item> </additional_files_needed> <fields> <field> diff --git a/pkg_config.7.xml b/pkg_config.7.xml index 7d0c7c96..63359535 100644 --- a/pkg_config.7.xml +++ b/pkg_config.7.xml @@ -224,11 +224,11 @@ <website>http://phpsysinfo.sourceforge.net/</website> <descr>PHPSysInfo is a customizable PHP Script that parses /proc, and formats information nicely. It will display information about system facts like Uptime, CPU, Memory, PCI devices, SCSI devices, IDE devices, Network adapters, Disk usage, and more.</descr> <category>System</category> - <version>2.5.3</version> + <version>2.5.4</version> <status>Beta</status> <required_version>1.0</required_version> - <depends_on_package_base_url>http://files.pfsense.org/packages/All</depends_on_package_base_url> - <depends_on_package>mbmon-205_3.tbz</depends_on_package> + <depends_on_package_base_url>http://www.pfsense.com/packages/config/phpsysinfo/bin/</depends_on_package_base_url> + <depends_on_package>mbmon-205_4.tbz</depends_on_package> <config_file>http://www.pfsense.com/packages/config/phpsysinfo/phpsysinfo.xml</config_file> <configurationfile>phpsysinfo.xml</configurationfile> </package> |