<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>140628</bug_id>
          
          <creation_ts>2006-07-16 05:57 0000</creation_ts>
          <short_desc>dircolors doesn&apos;t exist on non_linux systems</short_desc>
          <delta_ts>2006-08-12 20:23:09 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo/Alt</product>
          <component>Other</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>minor</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>drizzt@gentoo.org</reporter>
          <assigned_to>alt@gentoo.org</assigned_to>
          <cc>base-system@gentoo.org</cc>
    
    <cc>michael@smith-li.com</cc>

      

      
          <long_desc isprivate="0">
            <who>drizzt@gentoo.org</who>
            <bug_when>2006-07-16 05:57:11 0000</bug_when>
            <thetext>dircolors doesn&apos;t exists on non linux systems,
i attach a patch to /etc/skel/.bashrc to activate coloured ls in BSD&apos;ish userbase</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>drizzt@gentoo.org</who>
            <bug_when>2006-07-16 06:00:04 0000</bug_when>
            <thetext>Created an attachment (id=91886)
/etc/skel/.bashrc patch

</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>flameeyes@gentoo.org</who>
            <bug_when>2006-07-19 18:44:33 0000</bug_when>
            <thetext>Mike what you think? :)</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>vapier@gentoo.org</who>
            <bug_when>2006-07-19 19:17:27 0000</bug_when>
            <thetext>which is an external binary -&gt; use &apos;type -p&apos;

looks to me like CLICOLOR is just as bad as dircolors

ive updated the skel like so:
if [[ -f ~/.dir_colors ]] ; then
    eval $(dircolors -b ~/.dir_colors)
elif [[ -f /etc/DIR_COLORS ]] ; then
    eval $(dircolors -b /etc/DIR_COLORS)
fi
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>vapier@gentoo.org</who>
            <bug_when>2006-07-30 16:20:59 0000</bug_when>
            <thetext>*** Bug 140947 has been marked as a duplicate of this bug. ***</thetext>
          </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>91886</attachid>
            <date>2006-07-16 06:00 0000</date>
            <desc>/etc/skel/.bashrc patch</desc>
            <filename>bashrc.patch</filename>
            <type>text/plain</type>
            <data encoding="base64">LS0tIC5iYXNocmMub2xkCTIwMDYtMDUtMDkgMTI6Mjk6NTggKzAyMDAKKysrIC5iYXNocmMJMjAw
Ni0wNy0xNiAxNzowMjozMCArMDIwMApAQCAtMTUsMTAgKzE1LDE0IEBACiBmaQogCiAjIEVuYWJs
ZSBjb2xvcnMgZm9yIGxzLCBldGMuICBQcmVmZXIgfi8uZGlyX2NvbG9ycyAjNjQ0ODkKLWlmIFtb
IC1mIH4vLmRpcl9jb2xvcnMgXV07IHRoZW4KLQlldmFsIGBkaXJjb2xvcnMgLWIgfi8uZGlyX2Nv
bG9yc2AKK2lmIHdoaWNoIGRpcmNvbG9ycyAyPiYxID4vZGV2L251bGw7IHRoZW4KKwlpZiBbWyAt
ZiB+Ly5kaXJfY29sb3JzIF1dOyB0aGVuCisJCWV2YWwgYGRpcmNvbG9ycyAtYiB+Ly5kaXJfY29s
b3JzYAorCWVsc2UKKwkJZXZhbCBgZGlyY29sb3JzIC1iIC9ldGMvRElSX0NPTE9SU2AKKwlmaQog
ZWxzZQotCWV2YWwgYGRpcmNvbG9ycyAtYiAvZXRjL0RJUl9DT0xPUlNgCisJZXhwb3J0IENMSUNP
TE9SPTEKIGZpCiAKICMgQ2hhbmdlIHRoZSB3aW5kb3cgdGl0bGUgb2YgWCB0ZXJtaW5hbHMgCg==
</data>        

          </attachment>
    </bug>

</bugzilla>