13 lines
373 B
Diff
13 lines
373 B
Diff
|
--- logrotate-3.7.5/examples/logrotate-default.date 2007-05-16 16:36:06.000000000 +0200
|
||
|
+++ logrotate-3.7.5/examples/logrotate-default 2007-05-16 16:36:50.000000000 +0200
|
||
|
@@ -8,6 +8,9 @@
|
||
|
# create new (empty) log files after rotating old ones
|
||
|
create
|
||
|
|
||
|
+# use date as a suffix of rotated file
|
||
|
+dateext
|
||
|
+
|
||
|
# uncomment this if you want your log files compressed
|
||
|
#compress
|
||
|
|