Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / security / nikto / patches / patch-ab
blobeed9879ab0186e8c63bb6385cd430aab9082e642
1 $NetBSD: patch-ab,v 1.3 2005/07/02 11:30:01 adrianp Exp $
3 --- config.txt.orig     2005-07-02 11:42:30.000000000 +0100
4 +++ config.txt
5 @@ -7,14 +7,14 @@
6  
7  # location of nmap to use with port scanning (rather than Nikto internals)
8  # and any options to pass to it
9 -#NMAP=/usr/bin/nmap
10 +NMAP=@PREFIX@/bin/nmap
11  #NMAPOPTS=
13  # ports never to scan
14  SKIPPORTS=21 111
16  # if Nikto is having difficulty finding 'plugins', set the full path here
17 -# PLUGINDIR=/usr/local/nikto/plugins
18 +PLUGINDIR=@PREFIX@/libdata/nikto/plugins
20  # the default HTTP version to try... can/will be changed as necessary
21  DEFAULTHTTPVER=1.1