Doncho N. Gunchev wrote:
I have two 'nc's with FC1 and FC2t3. Here's the rpm output:
<cut>
[pts/1:mr700@fedora:~]# rpm -qf /usr/X11R6/bin/nc /usr/bin/nc
nedit-5.3-5
nc-1.10-19
</cut>
This is a problem, at least for me. It was very surprising to type
'nc host port' and see:
<cut>
No servers available, start one (yes)?
</cut>
Maybe /usr/bin/nc should be renamed to netcat or /usr/X11R6/bin/nc
should be renamed to neditc?
It's not the only one. Using fslint: http://www.pixelbeat.org/fslint
shows 2 more clashes like that:
/usr/bin/ex -> vim
/bin/ex -> vi
/usr/bin/kill
/bin/kill
/usr/X11R6/bin/nc
/usr/bin/nc
Pádraig.