bug#34438: [8.30, info] doc error in -R

2019-02-11 Thread Pádraig Brady
On 11/02/19 09:29, Filipp Gunbin wrote: > Hi, > > There's a small bug in doc here: > > ‘-R’ > ‘--rfc-email’ > ... > This format conforms to Internet RFCs 5322 > (https://tools.ietf.org/search/rfc5322), 822 > ^

bug#34447: `pwd` doesn't show real working directory if directory is renamed by another session

2019-02-11 Thread Chris Wright
Hi, I found that if a session's working directory is renamed or moved, `pwd` doesn't show the real working directory. Example: Session 1: ``` ~/ $ mkdir test ~/ $ cd test ~/test $ touch file ``` Session 2: ``` ~/ $ mv test test_2 ~/ $ mkdir test ~/ $ cd test ~/ $ touch file2 ~/ $ ls file2

bug#33644: [PATCH] cp --preserve=xattr: preserve NFSv4 ACL extended attributes

2019-02-11 Thread Pádraig Brady
On 11/02/19 03:50, Kamil Dudka wrote: > On Monday, February 11, 2019 6:07:18 AM CET Pádraig Brady wrote: >> On 06/12/18 05:08, Kamil Dudka wrote: >>> ... which cannot be preserved by other means >>> >>> Bug: https://bugzilla.redhat.com/1031423#c4 >>> --- >>> >>> src/copy.c | 22

bug#34438: [8.30, info] doc error in -R

2019-02-11 Thread Filipp Gunbin
Hi, There's a small bug in doc here: ‘-R’ ‘--rfc-email’ ... This format conforms to Internet RFCs 5322 (https://tools.ietf.org/search/rfc5322), 822 ^ (https://tools.ietf.org/search/rfc2822) and 822 ...

bug#33644: [PATCH] cp --preserve=xattr: preserve NFSv4 ACL extended attributes

2019-02-11 Thread Kamil Dudka
On Monday, February 11, 2019 6:07:18 AM CET Pádraig Brady wrote: > On 06/12/18 05:08, Kamil Dudka wrote: > > ... which cannot be preserved by other means > > > > Bug: https://bugzilla.redhat.com/1031423#c4 > > --- > > > > src/copy.c | 22 +- > > 1 file changed, 17

bug#12400: rmdir runs "amok", users "curse" GNU...(as rmdir has no option to stay on 1 file system)...

2019-02-11 Thread L A Walsh
On 2/10/2019 1:52 PM, Bob Proulx wrote: > L A Walsh wrote: If you want a recursive option why not use 'rm -rf'? >> rmdir already provides a recursive delete that can cross >> file system boundaries > > Please provide an example. Something small. Something concrete. > Please include the