File: describe-nessus-plugin.diff

package info (click to toggle)
nessus-plugins 2.2.8-1.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 15,508 kB
  • ctags: 251
  • sloc: sh: 8,346; ansic: 4,452; pascal: 3,089; perl: 704; makefile: 172; php: 1
file content (27 lines) | stat: -rw-r--r-- 1,135 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
--- extra/describe-nessus-plugin.orig	2003-12-24 17:51:25.000000000 +0100
+++ extra/describe-nessus-plugin	2003-12-24 17:51:45.000000000 +0100
@@ -9,20 +9,20 @@
 =head1 SYNOPSIS
 
   # Describes assorted NASL plugins related to MS SQL.
-  describe-nessus-plugin /usr/local/lib/nessus/plugins/mssql*.nasl
+  describe-nessus-plugin /var/lib/nessus/plugins/mssql*.nasl
 
   # Describes assorted NASL plugins related to Zope using 
   #   French strings whenever possible.
-  describe-nessus-plugin -l francais /usr/local/lib/nessus/plugins/zope*.nasl
+  describe-nessus-plugin -l francais /var/lib/nessus/plugins/zope*.nasl
 
   # Shows how the script parses the specified NASL plugin.
   describe-nessus-plugin -d wip.nasl
 
   # Reports CVE ID(s) for all NASL plugins.
-  describe-nessus-plugin -f cve_id /usr/local/lib/nessus/plugins/*.nasl
+  describe-nessus-plugin -f cve_id /var/lib/nessus/plugins/*.nasl
 
   # Reports all descriptive information for all NASL plugins.
-  describe-nessus-plugin -f _all_ /usr/local/lib/nessus/plugins/*.nasl
+  describe-nessus-plugin -f _all_ /var/lib/nessus/plugins/*.nasl
 
 
 =head1 DESCRIPTION