Re: [PATCH] who: --mesg now respects also group of a TTY

2010-01-21 Thread Jim Meyering
Kamil Dudka wrote: enclosed is a patch making the output of who --mesg more reliable when compiled with --with-tty-group. The issue was discussed before at https://bugzilla.redhat.com/454261 and later at http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14022 Any comments are

Re: [PATCH] who: --mesg now respects also group of a TTY

2010-01-21 Thread Kamil Dudka
Hi Jim, thanks for review! On Thursday 21 of January 2010 12:28:03 Jim Meyering wrote: Actually, more comments (in the code and log) would be welcome, too ;-) Sure. I also forgot the credit Piotr Gackiewicz as the original author in the first place... Please add a little explanation before

Re: Issue with Terminal command

2010-01-21 Thread Eric Blake
According to Devon Pillay on 1/20/2010 8:35 AM: Hi there I would like to report a bug since i installed fedora 11 and updated the softwares i am getting issue with installing applications through the terminal as its not allowing me to type in any password. therefore i cannot login as root

How to overwrite the destination directory by 'cp'?

2010-01-21 Thread Peng Yu
Suppose I have directory a and b, the following command will copy the content of a to b/a, rather than overwrite the directory 'b' by the directory 'a'. I'm wondering if there is an option to overwrite 'b'? cp -r a b

Re: How to overwrite the destination directory by 'cp'?

2010-01-21 Thread Kamil Dudka
On Thursday 21 of January 2010 23:35:13 Peng Yu wrote: Suppose I have directory a and b, the following command will copy the content of a to b/a, rather than overwrite the directory 'b' by the directory 'a'. I'm wondering if there is an option to overwrite 'b'? cp -r a b I don't think