Bug 153569

Summary: Change default DIR_COLORS setting of ORPHAN to 41;33;01
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Forgotten User bwNirt9brK <forgotten_bwNirt9brK>
Component: BasesystemAssignee: Ruediger Oertel <ro>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Final   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

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