diff options
author | Brenton Earl <brent@exitstatusone.com> | 2017-05-12 01:55:26 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-13 06:59:37 +0700 |
commit | d923aea07880c2658494f7b6737d182b65148e5a (patch) | |
tree | a2cc37ed17ac88bb5558f88bd681fd2f9042d9c2 | |
parent | e3402942e7d99c38c370eaa14c43535b54dcc129 (diff) | |
download | slackbuilds-d923aea07880c2658494f7b6737d182b65148e5a.tar.gz |
network/nikto: Remove old patch.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | network/nikto/nikto.diff | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/network/nikto/nikto.diff b/network/nikto/nikto.diff deleted file mode 100644 index 1c3774db92..0000000000 --- a/network/nikto/nikto.diff +++ /dev/null @@ -1,21 +0,0 @@ -diff -Naur nikto-2.1.4.orig/nikto.pl nikto-2.1.4/nikto.pl ---- nikto-2.1.4.orig/nikto.pl 2011-02-19 03:53:23.000000000 +0100 -+++ nikto-2.1.4/nikto.pl 2011-02-21 17:50:11.978245864 +0100 -@@ -6,7 +6,7 @@ - use Getopt::Long; - Getopt::Long::Configure('no_ignore_case'); - --# use LW2; ### Change this line to use a different installed version -+use LW2; ### Change this line to use a different installed version - - ############################################################################### - # Nikto # -@@ -85,7 +85,7 @@ - require "$CONFIGFILE{'PLUGINDIR'}/nikto_core.plugin"; - nprint("T:" . localtime($COUNTERS{'scan_start'}) . ": Starting", "d"); - require "$CONFIGFILE{'PLUGINDIR'}/nikto_single.plugin"; --require "$CONFIGFILE{'PLUGINDIR'}/LW2.pm"; -+#require "$CONFIGFILE{'PLUGINDIR'}/LW2.pm"; - - my ($a, $b) = split(/\./, $LW2::VERSION); - die("- You must use LW2 2.4 or later\n") if ($a != 2 || $b < 4); |