diff options
author | brian <brian@FreeBSD.org> | 2001-01-30 10:24:18 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2001-01-30 10:24:18 +0000 |
commit | 9233b23065666a1692fd4310c5792a4abbafd1b2 (patch) | |
tree | 8371b8f0418c051e8f678315f0858dc155b7c1a0 /share | |
parent | a3eebfdb498127601f3c0d93833e2917107d993b (diff) | |
download | FreeBSD-src-9233b23065666a1692fd4310c5792a4abbafd1b2.zip FreeBSD-src-9233b23065666a1692fd4310c5792a4abbafd1b2.tar.gz |
Allow the output of /etc/security to be logged or mailed to different
users in line with ${daily,weekly,monthly}_output using a new
$daily_status_security_output variable.
PR: 24643
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/periodic.conf.5 | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/share/man/man5/periodic.conf.5 b/share/man/man5/periodic.conf.5 index e48d2e3..74a3937 100644 --- a/share/man/man5/periodic.conf.5 +++ b/share/man/man5/periodic.conf.5 @@ -359,8 +359,19 @@ if you want to run if you want to run .Pa /etc/security inline. -The alternative is to run it as a background job, mailing the output to -.An root . +The default is to either mail or log the output according to the value of +.Ar $daily_status_security_output . +.It Ar daily_status_security_output +(str) Where to send the output of +.Pa /etc/security +if +.Ar $daily_status_security_inline +is set to +.Dq NO . +This variable behaves in the same way as the +.Ar *_output +variables above, namely it can be set either to one or more email addresses +or to an absolute file name. .It Ar daily_status_security_noamd (bool) Set to .Dq YES |