Re: [Libreoffice] [PATCH] Reducing chmod spawning by replacing exec by xargs

2011-01-12 Thread Julien Nabet
Le 12/01/2011 13:34, Christian Lohmaier a écrit : Hi *, On Sat, Jan 8, 2011 at 2:06 AM, Julien Nabet wrote: I used xargs instead of -exec to reduce chmod spawning. Hope there's no mistake in it. I don't see the point in using -i - since that in turn causes one process per file, so y

Re: [Libreoffice] [PATCH] Reducing chmod spawning by replacing exec by xargs

2011-01-12 Thread Christian Lohmaier
Hi *, On Sat, Jan 8, 2011 at 2:06 AM, Julien Nabet wrote: > > I used xargs instead of -exec to reduce chmod spawning. > Hope there's no mistake in it. I don't see the point in using -i - since that in turn causes one process per file, so you don't really gain anything, do you? Furthermore -i is

[Libreoffice] [PATCH] Reducing chmod spawning by replacing exec by xargs

2011-01-08 Thread Julien Nabet
Hello, I used xargs instead of -exec to reduce chmod spawning. Hope there's no mistake in it. Julien PS : the 2 sendings with my yahoo.fr address seemed not having worked. commit d5a814812d592d36db85575bb80ab73817cd3e78 Author: Julien Nabet Date: Sat Jan 8 02:01:25 2011 +0100 Reducing s

[Libreoffice] [PATCH] Reducing chmod spawning by replacing exec by xargs

2011-01-08 Thread Julien Nabet
Hello, I used xargs instead of -exec to reduce chmod spawning. Hope there's no mistake in it. Julien PS : the first sending seemed not having worked. commit d5a814812d592d36db85575bb80ab73817cd3e78 Author: Julien Nabet Date: Sat Jan 8 02:01:25 2011 +0100 Reducing spawning of chmod with

[Libreoffice] [PATCH] Reducing chmod spawning by replacing exec by xargs

2011-01-08 Thread Julien Nabet
Hello, I used xargs instead of -exec to reduce chmod spawning. Hope there's no mistake in it. Julien. commit d5a814812d592d36db85575bb80ab73817cd3e78 Author: Julien Nabet Date: Sat Jan 8 02:01:25 2011 +0100 Reducing spawning of chmod with xargs instead of exec diff --git a/solenv/bin/m