summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaouda Lo <daouda@mandriva.com>2005-03-11 13:40:07 +0000
committerDaouda Lo <daouda@mandriva.com>2005-03-11 13:40:07 +0000
commitab9eebf13fc366762ae1e3fb599ff8eb20d67a2c (patch)
treefb6f10af145fde8070387ffa593e14b523b165d5
parent525b7bc2da9364e323650eb6ac66a2beeb331e2c (diff)
downloadmgaonline-ab9eebf13fc366762ae1e3fb599ff8eb20d67a2c.tar
mgaonline-ab9eebf13fc366762ae1e3fb599ff8eb20d67a2c.tar.gz
mgaonline-ab9eebf13fc366762ae1e3fb599ff8eb20d67a2c.tar.bz2
mgaonline-ab9eebf13fc366762ae1e3fb599ff8eb20d67a2c.tar.xz
mgaonline-ab9eebf13fc366762ae1e3fb599ff8eb20d67a2c.zip
- s/mdkapplet/mdkupdate/ for is_running check
-rwxr-xr-xmdkupdate2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdkupdate b/mdkupdate
index 83dc9b18..35a6b658 100755
--- a/mdkupdate
+++ b/mdkupdate
@@ -29,7 +29,7 @@ use urpm;
BEGIN { unshift @::textdomains, 'mdkupdate' }
-mdkonline::is_running('mdkapplet') and die "mdkapplet already running\n";
+mdkonline::is_running('mdkupdate') and die "mdkapplet already running\n";
require_root_capability();