diff options
author | John Southworth <john.southworth@vyatta.com> | 2012-09-05 14:13:12 -0700 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2012-09-05 14:13:12 -0700 |
commit | 9d9593dc1594196995d038fcb2a9a71ec1c5d9a5 (patch) | |
tree | 39d830a018c6123159a76cc6e2246d007abd9b78 /scripts | |
parent | e2811040b1b6bf1e94f1878ade872dfef3cdf0ea (diff) | |
parent | 3b677e681161595c1ffea237fd9defe5889010b7 (diff) | |
download | vyatta-cfg-system-9d9593dc1594196995d038fcb2a9a71ec1c5d9a5.tar.gz vyatta-cfg-system-9d9593dc1594196995d038fcb2a9a71ec1c5d9a5.zip |
Merge branch 'pacifica' of git.vyatta.com:/git/vyatta-cfg-system into pacifica
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/system/vyatta_update_logrotate.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/system/vyatta_update_logrotate.pl b/scripts/system/vyatta_update_logrotate.pl index 05867658..8620ede1 100755 --- a/scripts/system/vyatta_update_logrotate.pl +++ b/scripts/system/vyatta_update_logrotate.pl @@ -40,6 +40,7 @@ if ($set == 1) { $log_file { missingok notifempty + create rotate $files size=${size}k } |