bug#61035: [PATCH] cp: improve help regarding ACLs

2023-01-31 Thread Kamil Dudka
On Tuesday, January 31, 2023 10:56:54 PM CET Paul Eggert wrote: > On 1/31/23 13:23, Ondrej Valousek wrote: > > Yes, that's nice, thanks! > > However I think it would be also fair to mention that ACLs will not be > > converted/translated (I.e. no posix to nfsv4 or vice versa). We are not > > that

bug#61035: [PATCH] cp: improve help regarding ACLs

2023-01-31 Thread Paul Eggert
On 1/31/23 13:23, Ondrej Valousek wrote: Yes, that's nice, thanks! However I think it would be also fair to mention that ACLs will not be converted/translated (I.e. no posix to nfsv4 or vice versa). We are not that clever. OK, I installed that along with the attached further patch to talk abo

bug#61035: [PATCH] cp: improve help regarding ACLs

2023-01-31 Thread Ondrej Valousek
Yes, that's nice, thanks! However I think it would be also fair to mention that ACLs will not be converted/translated (I.e. no posix to nfsv4 or vice versa). We are not that clever. Up to you really. Zasláno z Outlooku pro Android From: P

bug#61035: [PATCH] cp: improve help regarding ACLs

2023-01-31 Thread Paul Eggert
OK, how about the attached more-ambitious patch instead? I hope it helps clarify this confusing area.From 1f5703b46cd8001706c1192a2976c7fc4d86002a Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 31 Jan 2023 10:39:43 -0800 Subject: [PATCH] cp: improve --preserve usage doc * src/cp.c (usage)

bug#61105: cp/mv: want a fatal --no-clobber

2023-01-31 Thread Paul Eggert
On 2023-01-31 09:11, Pádraig Brady wrote: To me --update is less useful if it fails in this case. Fair enough, I installed the attached to revert the --update part of the change, so that --update will work as before.From 01503ce7319b099d9deaeab43628e1b2b07a874a Mon Sep 17 00:00:00 2001 From: P

bug#61105: cp/mv: want a fatal --no-clobber

2023-01-31 Thread Pádraig Brady
On 31/01/2023 16:55, Paul Eggert wrote: On 2023-01-30 13:35, Pádraig Brady wrote: This is a good observation. Also the current "skip" functionality of coreutils cp -n is already catered for with the --update option. For consistency, there too the exit status should reflect whether the cp actio

bug#61105: cp/mv: want a fatal --no-clobber

2023-01-31 Thread Paul Eggert
On 2023-01-30 13:35, Pádraig Brady wrote: This is a good observation. Also the current "skip" functionality of coreutils cp -n is already catered for with the --update option. For consistency, there too the exit status should reflect whether the cp action was done. I installed the attached p