summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--urpm.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/urpm.pm b/urpm.pm
index 99afdbfb..7d7aad6b 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -2632,7 +2632,6 @@ sub unlock_rpm_db {
#- avoid putting a require on Fcntl ':flock' (which is perl and not perl-base).
my $LOCK_UN = 8;
#- now everything is finished.
- system("sync");
#- release lock on database.
flock RPMLOCK_FILE, $LOCK_UN;
close RPMLOCK_FILE;
@@ -2666,7 +2665,6 @@ sub unlock_urpmi_db {
#- avoid putting a require on Fcntl ':flock' (which is perl and not perl-base).
my $LOCK_UN = 8;
#- now everything is finished.
- system("sync");
#- release lock on database.
flock LOCK_FILE, $LOCK_UN;
close LOCK_FILE;