blob: 61591696d90363281fe3b84dde761d52b3c3a1ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$NetBSD: patch-ab,v 1.4 2005/09/06 21:11:57 adrianp Exp $
--- config.txt.orig 2005-07-02 11:42:30.000000000 +0100
+++ config.txt
@@ -7,14 +7,14 @@
# location of nmap to use with port scanning (rather than Nikto internals)
# and any options to pass to it
-#NMAP=/usr/bin/nmap
+NMAP=@PREFIX@/bin/nmap
#NMAPOPTS=
# ports never to scan
SKIPPORTS=21 111
# if Nikto is having difficulty finding 'plugins', set the full path here
-# PLUGINDIR=/usr/local/nikto/plugins
+PLUGINDIR=@PREFIX@/libdata/nikto/plugins
# the default HTTP version to try... can/will be changed as necessary
DEFAULTHTTPVER=1.1
|