mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
5c8f086ca5
Committed directly due to maintainer-timeout of 1 month and non-intrusive change behaviour. PR: ports/163697
12 lines
311 B
Plaintext
12 lines
311 B
Plaintext
bin/jailaudit
|
|
etc/jailaudit.conf.sample
|
|
%%PERIODICDIR%%/security/410.jailaudit
|
|
@dirrmtry %%PERIODICDIR%%/security
|
|
@dirrmtry %%PERIODICDIR%%
|
|
@exec mkdir -p %D/%%REPORTDIR%%
|
|
@dirrmtry %%REPORTDIR%%
|
|
@exec mkdir -p %D/%%XTMPDIR%%
|
|
@dirrmtry %%XTMPDIR%%
|
|
@unexec rmdir %DPDIR%% 2>/dev/null || true
|
|
@dirrmtry jailaudit
|