From a44e8280fd3c697672f25d5334e4ae69ffb03c8d Mon Sep 17 00:00:00 2001 From: Megan Watson Date: Wed, 4 Nov 2009 15:25:22 +0200 Subject: [PATCH] Removing the diagnose for pstotext so it doesn't prevent the indexing from running --- search2/indexing/extractors/PSExtractor.inc.php | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/search2/indexing/extractors/PSExtractor.inc.php b/search2/indexing/extractors/PSExtractor.inc.php index b953b7e..0657769 100755 --- a/search2/indexing/extractors/PSExtractor.inc.php +++ b/search2/indexing/extractors/PSExtractor.inc.php @@ -61,6 +61,8 @@ class PSExtractor extends ApplicationExtractor public function diagnose() { + // no rpm's available for pstotext, removing the diagnose for it so it doesn't prevent the indexing from running + return null; if (OS_WINDOWS) { // pstotext is not available under windows, so no need to diagnose it -- libgit2 0.21.4