packages: nikto/nikto-paths.patch (NEW) - fix paths in conf

duddits duddits at pld-linux.org
Sat Nov 7 16:31:36 CET 2009


Author: duddits                      Date: Sat Nov  7 15:31:36 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix paths in conf

---- Files affected:
packages/nikto:
   nikto-paths.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/nikto/nikto-paths.patch
diff -u /dev/null packages/nikto/nikto-paths.patch:1.1
--- /dev/null	Sat Nov  7 16:31:36 2009
+++ packages/nikto/nikto-paths.patch	Sat Nov  7 16:31:31 2009
@@ -0,0 +1,27 @@
+diff -burNp nikto-2.1.0/nikto.conf nikto-2.1.0-dud/nikto.conf
+--- nikto-2.1.0/nikto.conf	2009-10-18 00:26:52.000000000 +0200
++++ nikto-2.1.0-dud/nikto.conf	2009-11-07 15:54:13.112496266 +0100
+@@ -4,11 +4,11 @@
+ #########################################################################################################
+ # default command line options, can't be an option that requires a value.  used for ALL runs.
+ # CLIOPTS=-g -a
+-NIKTODTD=docs/nikto.dtd
++NIKTODTD=/usr/share/doc/nikto/nikto.dtd
+ 
+ # location of nmap to use with port scanning (rather than Nikto internals)
+ # and any options to pass to it
+-NMAP=/usr/local/bin/nmap
++NMAP=/usr/bin/nmap
+ NMAPOPTS=-P0
+ 
+ # ports never to scan
+@@ -61,6 +61,6 @@ CHECKMETHODS=HEAD GET
+ 
+ # If you want to specify the location of any of the files, specify them here
+ # EXECDIR=/opt/nikto
+-# PLUGINDIR=/opt/nikto/plugins
+-# TEMPLATEDIR=/opt/nikto/templates
+-# DOCDIR=/opt/nikto/docs
++PLUGINDIR=/usr/share/nikto/plugins
++TEMPLATEDIR=/usr/share/nikto/templates
++DOCDIR=/usr/share/doc/nikto
================================================================


More information about the pld-cvs-commit mailing list