From a9f364d22941efeede1a805583629012b3db94d7 Mon Sep 17 00:00:00 2001 From: niels Date: Wed, 14 Apr 2010 11:52:50 +0000 Subject: Fix plugins location patch Approved by: miwi (mentor) --- security/whatweb/files/patch-whatweb | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'security') diff --git a/security/whatweb/files/patch-whatweb b/security/whatweb/files/patch-whatweb index a6a480c96916..a967ca19891c 100644 --- a/security/whatweb/files/patch-whatweb +++ b/security/whatweb/files/patch-whatweb @@ -1,6 +1,6 @@ ---- ./whatweb.orig 2010-03-08 13:34:46.000000000 +0100 -+++ ./whatweb 2010-04-11 22:16:16.000000000 +0200 -@@ -10,17 +10,17 @@ +--- whatweb.orig 2010-03-08 13:34:46.000000000 +0100 ++++ whatweb 2010-04-14 11:36:35.000000000 +0200 +@@ -10,12 +10,12 @@ require 'open-uri' require 'cgi' require 'thread' @@ -16,9 +16,3 @@ #require 'digest/sha2' #require 'profile' - $VERSION=0.4 --PLUGIN_DIR="plugins" -+PLUGIN_DIR="/usr/local/lib/ruby/site_ruby/1.8/whatweb/plugins" - $verbose=0 - $USE_EXAMPLE_URLS=false - $use_colour="auto" -- cgit