blob: dcfc24467d92ff337ee7742ab0a62cec3f4cdaaf (
plain)
1
2
3
4
5
6
7
8
|
help: "Configure log file size and rotation characteristics"
# need mandatory files & size
create: "sh -c \"/opt/vyatta/sbin/vyatta_update_logrotate.pl \
'$(files/@)' '$(size/@)' 1\" "
update: "sh -c \"/opt/vyatta/sbin/vyatta_update_logrotate.pl \
'$(files/@)' '$(size/@)' 1\" "
delete: "sh -c \"/opt/vyatta/sbin/vyatta_update_logrotate.pl \
'$(files/@)' '$(size/@)' 0\" "
|