2e23771c68
*** NOTE *** The preferences file format has changed, as have the periodic.conf(5) names. Normally the default settings should be adequate, except when you need to configure a proxy. Use $PREFIX/etc/portaudit.conf.sample as an example. - moved portaudit to sbin - clean up, merging stuff into the portaudit script - better return codes and errors to stderr - -f can check stdin now - dropped ports tree auditing - merged the periodic(8) scripts into one - run daily auditing as `nobody'
8 lines
276 B
Plaintext
8 lines
276 B
Plaintext
sbin/portaudit
|
|
etc/portaudit.conf.sample
|
|
%%PERIODICDIR%%/security/410.portaudit
|
|
@unexec rmdir %D/%%PERIODICDIR%%/security 2>/dev/null || true
|
|
@unexec rmdir %D/%%PERIODICDIR%% 2>/dev/null || true
|
|
@exec mkdir -p %%DATABASEDIR%%
|
|
@unexec rmdir %%DATABASEDIR%% 2>/dev/null || true
|