diff options
author | brueffer <brueffer@FreeBSD.org> | 2006-01-31 19:14:28 +0000 |
---|---|---|
committer | brueffer <brueffer@FreeBSD.org> | 2006-01-31 19:14:28 +0000 |
commit | 988bba445ab4411e7b5eb182570f7cbb949d41dd (patch) | |
tree | 3c7a8e26ec7c04fe68d101646bc5c833c2e62e95 /share | |
parent | 604fdf7e881eb03f9dd892032447061604abc06c (diff) | |
download | FreeBSD-src-988bba445ab4411e7b5eb182570f7cbb949d41dd.zip FreeBSD-src-988bba445ab4411e7b5eb182570f7cbb949d41dd.tar.gz |
Document the daily_status_ata_raid_enable and daily_status_gmirror_enable
variables.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/periodic.conf.5 | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/share/man/man5/periodic.conf.5 b/share/man/man5/periodic.conf.5 index 8337100..6b77436 100644 --- a/share/man/man5/periodic.conf.5 +++ b/share/man/man5/periodic.conf.5 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd November 24, 2004 +.Dd January 31, 2006 .Dt PERIODIC.CONF 5 .Os .Sh NAME @@ -333,6 +333,24 @@ utility when .Va daily_status_disks_enable is set to .Dq YES . +.It Va daily_status_ata_raid_enable +.Pq Vt bool +Set to +.Dq YES +if you want to run +.Nm atacontrol status +on your +.Xr ataraid 4 +arrays. +.It Va daily_status_gmirror_enable +.Pq Vt bool +Set to +.Dq YES +if you want to run +.Nm gmirror status +on your +.Xr gmirror 8 +devices. .It Va daily_status_network_enable .Pq Vt bool Set to |