mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
34522b5af1
of FreeBSD ports and tools to check if installed ports are listed. Since this is a prerelease version, it is mostly usable for committers that want to contribute to the project, and can currently not be relied upon as an extensive security auditing tool.
10 lines
382 B
Plaintext
10 lines
382 B
Plaintext
%%PERIODICDIR%%/security/910.portaudit
|
|
%%PERIODICDIR%%/daily/330.fetchaudit
|
|
%%DATADIR%%/portaudit.functions
|
|
@unexec rmdir %D/%%PERIODICDIR%%/security 2>/dev/null || true
|
|
@unexec rmdir %D/%%PERIODICDIR%%/daily 2>/dev/null || true
|
|
@unexec rmdir %D/%%PERIODICDIR%% 2>/dev/null || true
|
|
@dirrm %%DATADIR%%
|
|
@exec mkdir -p %%DATABASEDIR%%
|
|
@unexec rmdir %%DATABASEDIR%% 2>/dev/null || true
|