[pacman-dev] [PATCH] Do not remove conflict by default

2009-08-30 Thread Allan McRae
When a conflict is detected, pacman asks if the user wants to remove the conflicting package. In many cases this is a bad idea. e.g. udev conflicts with initscripts. Remove initscripts [Y/n] util-linux-ng conflicts with e2fsprogs. Remove e2fsprogs? [Y/n] This changes the query to [y/N].

Re: [pacman-dev] [PATCH] Do not remove conflict by default

2009-08-30 Thread Nagy Gabor
When a conflict is detected, pacman asks if the user wants to remove the conflicting package. In many cases this is a bad idea. e.g. udev conflicts with initscripts. Remove initscripts [Y/n] util-linux-ng conflicts with e2fsprogs. Remove e2fsprogs? [Y/n] This changes the query to [y/N].

[pacman-dev] [PATCH] '-Spp and -Supp' options were added to be able to generate uri list without the downloaded package uris and for all too

2009-08-30 Thread Laszlo Papp
I tried to modify as Gabor advised, if any problem exists now too, please write a feedback. Signed-off-by: Laszlo Papp djsza...@gmail.com --- doc/pacman.8.txt|6 -- src/pacman/pacman.c |4 ++-- src/pacman/sync.c |3 +++ 3 files changed, 9 insertions(+), 4 deletions(-)

Re: [pacman-dev] [PATCH] Do not remove conflict by default

2009-08-30 Thread Allan McRae
Nagy Gabor wrote: When a conflict is detected, pacman asks if the user wants to remove the conflicting package. In many cases this is a bad idea. e.g. udev conflicts with initscripts. Remove initscripts [Y/n] util-linux-ng conflicts with e2fsprogs. Remove e2fsprogs? [Y/n] This changes the

Re: [pacman-dev] [PATCH] '-Spp and -Supp' options were added to generate uri list without the downloaded package uris

2009-08-30 Thread Laszlo Papp
On Fri, Aug 28, 2009 at 12:52 AM, Xavier shinin...@gmail.com wrote: On Fri, Aug 28, 2009 at 12:31 AM, Laszlo Pappdjsza...@gmail.com wrote: Signed-off-by: Laszlo Papp djsza...@gmail.com --- src/pacman/pacman.c |2 +- src/pacman/sync.c |3 +++ 2 files changed, 4 insertions(+),