]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/ofed/management/opensm/scripts/opensm.logrotate
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / contrib / ofed / management / opensm / scripts / opensm.logrotate
1 /var/log/opensm.log {
2     missingok
3     notifempty
4     copytruncate
5     weekly
6     compress
7 }