summaryrefslogtreecommitdiffstats
path: root/mdkupdate
diff options
context:
space:
mode:
authorDaouda Lo <daouda@mandriva.com>2005-12-27 14:01:07 +0000
committerDaouda Lo <daouda@mandriva.com>2005-12-27 14:01:07 +0000
commite4833e19f8304b216056c6734ebd9495fe47a492 (patch)
tree33274f9cf39d54fdd10c168a96c8e338d6a5745b /mdkupdate
parent9191c9cc56d99fb6c092c3fdd5893bb707c93ce9 (diff)
downloadmgaonline-e4833e19f8304b216056c6734ebd9495fe47a492.tar
mgaonline-e4833e19f8304b216056c6734ebd9495fe47a492.tar.gz
mgaonline-e4833e19f8304b216056c6734ebd9495fe47a492.tar.bz2
mgaonline-e4833e19f8304b216056c6734ebd9495fe47a492.tar.xz
mgaonline-e4833e19f8304b216056c6734ebd9495fe47a492.zip
- don't need to check multiple instance of mdkupdate (the database is
locked anyway by the first to get in)
Diffstat (limited to 'mdkupdate')
-rwxr-xr-xmdkupdate2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdkupdate b/mdkupdate
index 1255e32b..9ff97b84 100755
--- a/mdkupdate
+++ b/mdkupdate
@@ -30,7 +30,7 @@ use urpm;
BEGIN { unshift @::textdomains, 'mdkupdate' }
-mdkonline::is_running('mdkupdate') and die "mdkupdate already running\n";
+#mdkonline::is_running('mdkupdate') and die "mdkupdate already running\n";
require_root_capability();