diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-10-06 15:10:31 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-10-06 15:10:31 +0000 |
commit | 47a6eaad2fc2f79b9fc665df7a78ef30c4d38818 (patch) | |
tree | 34b42b32204d0ea8e0de5e02bb4bbbe7f6d78fd7 | |
parent | 65a51fde5833f31c2dc8841c6394549c91c3294c (diff) | |
download | mgaonline-47a6eaad2fc2f79b9fc665df7a78ef30c4d38818.tar mgaonline-47a6eaad2fc2f79b9fc665df7a78ef30c4d38818.tar.gz mgaonline-47a6eaad2fc2f79b9fc665df7a78ef30c4d38818.tar.bz2 mgaonline-47a6eaad2fc2f79b9fc665df7a78ef30c4d38818.tar.xz mgaonline-47a6eaad2fc2f79b9fc665df7a78ef30c4d38818.zip |
(fork_gurpmi) run gurpmi with --expect-install option
-rw-r--r-- | NEWS | 3 | ||||
-rwxr-xr-x | mdkapplet | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +- mdkapplet + o run gurpmi with --expect-install option + Version 2.50 - 6 October 2008 - mdkapplet @@ -431,7 +431,7 @@ sub upgrade() { } sub fork_gurpmi() { - $mdv_update_pid = fork_exec('gurpmi', '--auto', '--auto-select', if_($root, "--urpmi-root=$root")); + $mdv_update_pid = fork_exec('gurpmi', '--auto', '--auto-select', '--expect-install', if_($root, "--urpmi-root=$root")); } sub add_media() { |