summaryrefslogtreecommitdiff
path: root/www/phpsysinfo-dev/files/patch-pre5.2.1-segfault.diff
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-02-24 03:11:57 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-02-24 03:11:57 +0000
commitfa4a943c17e47bf910596a414fd7287983350b9b (patch)
treedc76cec18a505befc330e612e0a56bf1caa5ca49 /www/phpsysinfo-dev/files/patch-pre5.2.1-segfault.diff
parent- Fix manpage pointing to correct PREFIX for binary and conf (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_0_0'.release/7.0.0
Diffstat (limited to 'www/phpsysinfo-dev/files/patch-pre5.2.1-segfault.diff')
-rw-r--r--www/phpsysinfo-dev/files/patch-pre5.2.1-segfault.diff11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/phpsysinfo-dev/files/patch-pre5.2.1-segfault.diff b/www/phpsysinfo-dev/files/patch-pre5.2.1-segfault.diff
deleted file mode 100644
index f3282fd26c3e..000000000000
--- a/www/phpsysinfo-dev/files/patch-pre5.2.1-segfault.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- includes/xml/filesystems.php.orig
-+++ includes/xml/filesystems.php
-@@ -85,7 +85,7 @@
- . " <td align=\"" . $textdir['right'] . "\" valign=\"top\"><font size=\"-1\"><b>" . $text['size'] . "</b></font></td>\n </tr>\n";
- for( $i = 1, $max = sizeof( $XPath->getDataParts( "/phpsysinfo/FileSystem" ) ); $i < $max; $i++ ) {
- if( $XPath->match( "/phpsysinfo/FileSystem/Mount[" . $i . "]/MountPointID" ) ) {
-- if( ! $XPath->match( "/phpsysinfo/FileSystem/Mount[" . $i . "]/Options" ) || ! stristr( $XPath->getData( "/phpsysinfo/FileSystem/Mount[" . $i . "]/Options" ), "bind" ) ) {
-+ if( ! $XPath->match( "/phpsysinfo/FileSystem/Mount[" . $i . "]/Options" ) ) {
- if( ! in_array( $XPath->getData( "/phpsysinfo/FileSystem/Mount[" . $i . "]/Device/Name" ), $arrCounteddevlist ) ) {
- $arrSum['size'] += $XPath->getData( "/phpsysinfo/FileSystem/Mount[" . $i . "]/Size" );
- $arrSum['used'] += $XPath->getData( "/phpsysinfo/FileSystem/Mount[" . $i . "]/Used" );