From e03270722ed6b208770c619df2e45572c1e65899 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 27 May 2011 11:31:09 +0000 Subject: revert bogus commits that broke reading older release config --- mgaonline.pm | 2 +- mgaupdate | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mgaonline.pm b/mgaonline.pm index f4629a3a..8671e84a 100644 --- a/mgaonline.pm +++ b/mgaonline.pm @@ -162,7 +162,7 @@ sub get_distro_list() { sub clean_confdir() { - my $confdir = '/root/.MgaOnline'; + my $confdir = '/root/.MdkOnline'; system "/bin/rm", "-f", "$confdir/*log.bz2", "$confdir/*log.bz2.uue", "$confdir/*.dif $confdir/rpm_qa_installed_before", "$confdir/rpm_qa_installed_after"; } diff --git a/mgaupdate b/mgaupdate index fcef3856..7c1623ab 100755 --- a/mgaupdate +++ b/mgaupdate @@ -41,7 +41,7 @@ BEGIN { unshift @::textdomains, 'mgaupdate' } require_root_capability(); -my $confdir = '/root/.MgaOnline'; +my $confdir = '/root/.MdkOnline'; my $conffile = "$confdir/mgaupdate"; my $logfile = '/var/tmp/mgaupdate.log'; -- cgit v1.2.1