Author: adamg Date: Sun May 18 09:44:53 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - new
---- Files affected: SOURCES: php-pear-Net_Nmap-path_fix.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/php-pear-Net_Nmap-path_fix.patch diff -u /dev/null SOURCES/php-pear-Net_Nmap-path_fix.patch:1.1 --- /dev/null Sun May 18 11:44:53 2008 +++ SOURCES/php-pear-Net_Nmap-path_fix.patch Sun May 18 11:44:47 2008 @@ -0,0 +1,13 @@ +--- Net_Nmap-0.9.9/usr/share/pear/Net/Nmap.php~ 2008-05-18 05:07:01.363277004 +0200 ++++ Net_Nmap-0.9.9/usr/share/pear/Net/Nmap.php 2008-05-18 05:08:17.223570225 +0200 +@@ -29,8 +29,8 @@ + */ + + require_once 'System.php'; +-require_once 'Nmap/Parser.php'; +-require_once 'Nmap/Exception.php'; ++require_once 'Net/Nmap/Parser.php'; ++require_once 'Net/Nmap/Exception.php'; + + /** + * Simple wrapper interface for the Nmap utility. ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
