Your message dated Fri, 14 Feb 2014 15:25:50 +0100
with message-id <52fe276e.5000...@mozilla.com>
and subject line firefox: synlinks, dangling or not, in directory listings
has caused the Debian Bug report #353472,
regarding should use lstat instead of stat for directory listings
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
353472: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=353472
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: firefox
Version: 1.5.dfsg-1
Severity: wishlist
$ mkdir /tmp/t; cd /tmp/t; ln -s a b; touch c; ln -s c d; mkdir k
$ ls -og
lrwxrwxrwx 1 1 2006-02-19 02:04 b -> a
-rw-r--r-- 1 0 2006-02-19 02:04 c
lrwxrwxrwx 1 1 2006-02-19 02:05 d -> c
drwxr-xr-x 2 40 2006-02-19 02:06 k
$ firefox .
One notices that firefox uses the directory icon for b.
True, b is in italics, but still wrong.
c and d are shown exactly the same though they aren't.
View page source shows that that is indeed what it thinks.
Even if one turns off images in preferences, one cannot turn off these icons.
--- End Message ---
--- Begin Message ---
This is fixed.
d no longer shows an icon.
c & d has the file icon (I don't see the point of separating symlink and
file)
k directory
so, closing.
S
--- End Message ---