-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

the problem is reproducible when using test -e on a bash shell
prompt:
$ test -e /dev/stdin; echo $?
0
$ ls /dev/stdin
ls: /dev/stdin: No such file or directory

So test -e succeeds, but the file does not exist.

The bad thing is that /etc/init.d/udev is using just that: it
creates symlinks according to the result of test -e. So my system
is also missing the /dev/std{in,out,err} symlinks because of this bug.


Regards,
  Bastian
- -- 
  ,''`.                  Bastian Kleineidam
 : :' :                    GnuPG Schlüssel
 `. `'    gpg --keyserver wwwkeys.pgp.net --recv-keys 32EC6F3E
   `-

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDN/B3eBwlBDLsbz4RAggVAKCN3oaIWohaVE4uNSgvg1DCHneE2QCglqcE
F5jgOw0ojtZ/IB8x+hG3VVw=
=uiLu
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to