diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-03-30 17:43:19 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-03-30 17:43:19 +0000 |
commit | e179495fc8bbf4c1f2c61d5e1e63b0499d5e3d2a (patch) | |
tree | 87caf4611a9b16c027bea2d8c71d0cbdf265b865 /perl-install/any.pm | |
parent | 84df90f6ed2acb600dc24a492ad3bfe1ea71aca4 (diff) | |
download | drakx-e179495fc8bbf4c1f2c61d5e1e63b0499d5e3d2a.tar drakx-e179495fc8bbf4c1f2c61d5e1e63b0499d5e3d2a.tar.gz drakx-e179495fc8bbf4c1f2c61d5e1e63b0499d5e3d2a.tar.bz2 drakx-e179495fc8bbf4c1f2c61d5e1e63b0499d5e3d2a.tar.xz drakx-e179495fc8bbf4c1f2c61d5e1e63b0499d5e3d2a.zip |
(rotate_logs) rotate newly added 'updates.log' too
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index 768005993..0ace683d7 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -697,7 +697,7 @@ sub rotate_log { } sub rotate_logs { my ($prefix) = @_; - rotate_log("$prefix/root/drakx/$_") foreach qw(ddebug.log install.log); + rotate_log("$prefix/root/drakx/$_") foreach qw(ddebug.log install.log updates.log); } sub writeandclean_ldsoconf { |