summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rwxr-xr-xmdkapplet2
2 files changed, 1 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 75d0c0c7..8eb32fa2 100644
--- a/NEWS
+++ b/NEWS
@@ -2,8 +2,6 @@ Version 2.51 - 6 October 2008
- mdkapplet
o display a success or an error message at end of installation
- o run gurpmi with --expect-install option (make sure we know if
- there was a failure)
o run gurpmi with --replacefiles option (so that temporary file
conflicts doesn't break upgrade due to missing conflict tags)
diff --git a/mdkapplet b/mdkapplet
index 780e3cf8..471640bc 100755
--- a/mdkapplet
+++ b/mdkapplet
@@ -440,7 +440,7 @@ sub upgrade() {
}
sub fork_gurpmi {
- $mdv_update_pid = fork_exec('gurpmi', '--auto', '--auto-select', '--expect-install',
+ $mdv_update_pid = fork_exec('gurpmi', '--auto', '--auto-select',
if_($root, "--urpmi-root=$root"), @_);
}