Package: klibc-utils
Version: 1.5.15-1
File: /usr/lib/klibc/bin/readlink

Can you _please_ say what in the world you can't access.
$ RESUME=/dev/hdb5
$ /usr/lib/klibc/bin/readlink $RESUME
readlink: No such file or directory

Or else it looks like we are just seeing
$ ls readlink 2>&1 | cut -d \  -f 4-
readlink: No such file or directory

Let's take a look at coreutils does it
$ ls $RESUME
ls: cannot access /dev/hdb5: No such file or directory
$ readlink $RESUME
$

That's right. Standard readlink doesn't say anything.
So if you are going to say something, please say something useful.
Thanks. See also Bug#564812.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to