bug#23120: cp with --dereference (-L) and --link (-l) or --symbolic-link (-s)

2016-03-26 Thread Pádraig Brady
unarchive 15173 stop On 26/03/16 10:36, Petr Skočík wrote: Hi, I'm on a system with cp 8.21, and when I do `cp -Ll` or `cp -Ls` on a symlink, it hardlinks (-Ll) or symlinks (-Ls) the symlink instead of the target of the symlink. It behaves the same on single files and trees (with `-r`). I

bug#23121: Wrong translation in stty

2016-03-26 Thread Pádraig Brady
forcemerge 22758 22686 23121 stop On 26/03/16 11:38, Roland Illig wrote: Hello, in coreutils-8.25, src/stty.c, line 955, the string "" is selected for translation. This is wrong, since the empty string has a special meaning: it outputs general information about the translation. You can see it

bug#23121: Wrong translation in stty

2016-03-26 Thread Roland Illig
Hello, in coreutils-8.25, src/stty.c, line 955, the string "" is selected for translation. This is wrong, since the empty string has a special meaning: it outputs general information about the translation. You can see it by running "stty --help", which outputs "Last-Translator", among other

bug#23120: cp with --dereference (-L) and --link (-l) or --symbolic-link (-s)

2016-03-26 Thread Petr Skočík
Hi, I'm on a system with cp 8.21, and when I do `cp -Ll` or `cp -Ls` on a symlink, it hardlinks (-Ll) or symlinks (-Ls) the symlink instead of the target of the symlink. It behaves the same on single files and trees (with `-r`). I think the logical thing to do would be for to `cp` to symlink or