summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-03-30 17:43:19 +0000
committerThierry Vignaud <tv@mandriva.org>2009-03-30 17:43:19 +0000
commite179495fc8bbf4c1f2c61d5e1e63b0499d5e3d2a (patch)
tree87caf4611a9b16c027bea2d8c71d0cbdf265b865
parent84df90f6ed2acb600dc24a492ad3bfe1ea71aca4 (diff)
downloaddrakx-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
-rw-r--r--perl-install/any.pm2
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 {