Patch for Slackware support - warvox - VoIP based wardialing tool, forked from rapid7/warvox.
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) commit c73e4d6004f5f7dc05796e73842ad117756b9d8c
(DIR) parent e6517c2f5703fa9d1e23ebf151a1d0f57f5c17c5
(HTM) Author: HD Moore <hd_moore@rapid7.com>
Date: Tue, 10 Mar 2009 16:12:23 +0000
Patch for Slackware support
Diffstat:
M bin/verify_install.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/bin/verify_install.rb b/bin/verify_install.rb
@@ -37,7 +37,7 @@ if(not sox_path)
end
sox_data = `#{sox_path} --help 2>&1`
-if(sox_data !~ /SUPPORTED FILE FORMATS.*raw/)
+if(sox_data !~ /raw/)
puts "[*] ERROR: The 'sox' binary does not have support for RAW audio"
exit
end