Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Dec 2015 20:42:56 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403806 - head/security/vuxml
Message-ID:  <201512152042.tBFKguut081448@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ohauer
Date: Tue Dec 15 20:42:56 2015
New Revision: 403806
URL: https://svnweb.freebsd.org/changeset/ports/403806

Log:
  - fix Additional tests command
   o use ./vuln.xml for the sample to work on every location

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Tue Dec 15 20:41:38 2015	(r403805)
+++ head/security/vuxml/vuln.xml	Tue Dec 15 20:42:56 2015	(r403806)
@@ -42,8 +42,8 @@ QUICK GUIDE TO ADDING A NEW ENTRY
 6. profit!
 
 Additional tests can be done this way:
- $ pkg audit -f /usr/ports/security/vuxml py26-django-1.6
- $ pkg audit -f /usr/ports/security/vuxml py27-django-1.6.1
+ $ pkg audit -f ./vuln.xml py26-django-1.6
+ $ pkg audit -f ./vuln.xml py27-django-1.6.1
 
 Extensive documentation of the format and help with writing and verifying
 a new entry is available in The Porter's Handbook at:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512152042.tBFKguut081448>