diff options
author | Daouda Lo <daouda@mandriva.com> | 2005-12-27 14:01:07 +0000 |
---|---|---|
committer | Daouda Lo <daouda@mandriva.com> | 2005-12-27 14:01:07 +0000 |
commit | e4833e19f8304b216056c6734ebd9495fe47a492 (patch) | |
tree | 33274f9cf39d54fdd10c168a96c8e338d6a5745b /mdkupdate | |
parent | 9191c9cc56d99fb6c092c3fdd5893bb707c93ce9 (diff) | |
download | mgaonline-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-x | mdkupdate | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); |