f52d2eb2b6
This reverts commit 82b9b59522
.
Change-Id: I746d7ae57802dc76618db9024a0cf94c43774c02
25 lines
410 B
Plaintext
25 lines
410 B
Plaintext
<%= log %> {
|
|
<% options.each do |opt| -%> <%= opt %>
|
|
<% end -%>
|
|
<% if prerotate != 'undef' -%>
|
|
prerotate
|
|
<%= prerotate %>
|
|
endscript
|
|
<% end -%>
|
|
<% if postrotate != 'undef' -%>
|
|
postrotate
|
|
<%= postrotate %>
|
|
endscript
|
|
<% end -%>
|
|
<% if firstaction != 'undef' -%>
|
|
firstaction
|
|
<%= firstaction %>
|
|
endscript
|
|
<% end -%>
|
|
<% if lastaction != 'undef' -%>
|
|
lastaction
|
|
<%= lastaction %>
|
|
endscript
|
|
<% end -%>
|
|
}
|