1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/security/portaudit-db/pkg-plist
Oliver Eikemeier 53ec7442a9 portaudit-db generates a portaudit database from a current
ports tree. It also features a file `database/portaudit.txt'
where UUIDs for vulnerabilities can be allocated quickly
before they are moved to the VuXML database.

Call `packaudit' after upgrading your ports tree.
2004-06-12 22:43:44 +00:00

8 lines
201 B
Plaintext

bin/packaudit
etc/packaudit.conf.sample
%%DATADIR%%/vuxml2html.xslt
%%DATADIR%%/vuxml2portaudit.xslt
@dirrm %%DATADIR%%
@exec mkdir -p %%DATABASEDIR%%
@unexec rmdir %%DATABASEDIR%% 2>/dev/null || true