diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2011-08-23 09:10:45 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2011-08-23 09:10:45 +0000 |
commit | bd3b7327b71736902b3d32243f4084841ef5c98e (patch) | |
tree | 1f8a0c1209325eb98b37f8a8a0a8015ee26024e5 /sysutils/logrotate | |
parent | 90d33c8b8c9a88aba4950a0d9a99c37758151c1e (diff) |
Notes
Diffstat (limited to 'sysutils/logrotate')
-rw-r--r-- | sysutils/logrotate/files/logrotate.conf.sample | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysutils/logrotate/files/logrotate.conf.sample b/sysutils/logrotate/files/logrotate.conf.sample index 70a0c3e66e8d..4fe2a86064cd 100644 --- a/sysutils/logrotate/files/logrotate.conf.sample +++ b/sysutils/logrotate/files/logrotate.conf.sample @@ -5,9 +5,6 @@ weekly # keep 4 weeks worth of backlogs rotate 4 -# send errors to root -errors root - # create new (empty) log files after rotating old ones create |