svn commit: r403806 - head/security/vuxml

Olli Hauer ohauer at FreeBSD.org
Tue Dec 15 20:42:57 UTC 2015


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:


More information about the svn-ports-head mailing list