summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mgaonline.pm2
-rwxr-xr-xmgaupdate2
2 files changed, 2 insertions, 2 deletions
diff --git a/mgaonline.pm b/mgaonline.pm
index 7deefd2d..d9c28bee 100644
--- a/mgaonline.pm
+++ b/mgaonline.pm
@@ -128,7 +128,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 5c2f01b1..cacbec6a 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';