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