Bug 153569 - Change default DIR_COLORS setting of ORPHAN to 41;33;01
Summary: Change default DIR_COLORS setting of ORPHAN to 41;33;01
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Final
Hardware: Other Other
: P5 - None : Normal
Target Milestone: ---
Assignee: Ruediger Oertel
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-26 02:51 UTC by Forgotten User bwNirt9brK
Modified: 2006-03-01 11:05 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Forgotten User bwNirt9brK 2006-02-26 02:51:55 UTC
Currently the default DIR_COLORS setting of ORPHAN (from /etc/DIR_COLORS) is red on black:

ORPHAN 40;31    # symlink to nonexistent file

But archives also use red:

.tar  00;31

which is (in most schemes) practically equivalent to 40;31.

Therefore I suggest using 

ORPHAN 41;33;01	# symlink to nonexistent file

(bold yellow on red) which will make it very clear that there is a problem with that file when listing is done.
Comment 1 Ruediger Oertel 2006-02-28 00:50:06 UTC
werner: ok with this change ?
Comment 2 Dr. Werner Fink 2006-02-28 10:28:10 UTC
Yep, just do it :)
Comment 3 Ruediger Oertel 2006-03-01 11:05:45 UTC
done