diff options
author | Thierry Vignaud <tv@mageia.org> | 2011-05-27 11:31:09 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2011-05-27 11:31:09 +0000 |
commit | e03270722ed6b208770c619df2e45572c1e65899 (patch) | |
tree | c2b27b37db086bffaa3e1369c40cd2b8a5a21567 | |
parent | 3a9c3815c32887c4271ca18e980a3201f8126515 (diff) | |
download | mgaonline-e03270722ed6b208770c619df2e45572c1e65899.tar mgaonline-e03270722ed6b208770c619df2e45572c1e65899.tar.gz mgaonline-e03270722ed6b208770c619df2e45572c1e65899.tar.bz2 mgaonline-e03270722ed6b208770c619df2e45572c1e65899.tar.xz mgaonline-e03270722ed6b208770c619df2e45572c1e65899.zip |
revert bogus commits that broke reading older release config
-rw-r--r-- | mgaonline.pm | 2 | ||||
-rwxr-xr-x | 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"; } @@ -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'; |