[PATCH] in place option for unexpand

2009-03-21 Thread Sami Kerola
Good weekend, If you consider in-line option is useful for unexpand I could wrote another patch for expand command which will do the same thing. -- Sami Kerola http://www.iki.fi/kerolasa/ From ef6192da066dcf3c65bc9a672ecf78c30894ac95 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Sat, 21

Re: [PATCH] in place option for unexpand

2009-03-26 Thread Sami Kerola
On Sun, Mar 22, 2009 at 10:58, Jim Meyering wrote: > Sami Kerola wrote: > >> On Sun, Mar 22, 2009 at 08:22, Jim Meyering wrote: >>> Pádraig Brady wrote: >>>> Sami Kerola wrote: >>>>> Good weekend, >>>>> >>>>> If you co

Re: [PATCH] in place option for unexpand

2009-03-27 Thread Sami Kerola
2009/3/27 Pádraig Brady : > Sami Kerola wrote: >> Mean while I've continued with a first patch. I am having a hard time >> with cp_option_init. My source file is created by mkstemp which causes >> permissions to be 600. What ever I do with preserve permissions bits I &g

Re: [PATCH] tests: copy.c destination permissions lost when backup specified

2009-03-30 Thread Sami Kerola
On Mon, Mar 30, 2009 at 13:43, Jim Meyering wrote: > Sami Kerola wrote: >> Either this is bug or an unintuitive feature. >> >> s...@lelux ~/foo touch src dest >> s...@lelux ~/foo chmod g-rwx src >> s...@lelux ~/foo chmod g+rwx dest >> s...@lelux ~/foo ls -l

[PATCH] tests: copy.c destination permissions lost when backup specified

2009-03-30 Thread Sami Kerola
permissions are different. -- Sami Kerola http://www.iki.fi/kerolasa/ From 2c4e6f75ced048ec24c13ec8862bc6ae0a6ddb4d Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Mon, 30 Mar 2009 13:11:26 +0200 Subject: [PATCH] check that dest and backup permissions are same Cc: kerol...@iki.fi

Re: [PATCH] in place option for unexpand

2009-04-20 Thread Sami Kerola
On Fri, Mar 27, 2009 at 15:20, Sami Kerola wrote: > Well I changed rename to copy that is part of coreutils and use the > call in move_mode. I did not send new patch because I want to be sure > my employer has signed papers stating that they have no right to my > contributions