Your message dated Sun, 20 Apr 2008 15:16:37 +0200 (CEST)
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#421438: bashrc for root
has caused the Debian Bug report #421438,
regarding bash: root bashrc comment about ls colors
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 [EMAIL PROTECTED]
immediately.)
--
421438: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=421438
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
package: <bash>
version: <3.1dfsg-8>
in /root/.bashrc
" You may uncomment the following lines if you want `ls' to be colorized:
#export LS_OPTIONS='--color=auto' "
that is not working, but regular: alias ls='ls --color=auto' does :)
_________________________________________________________________
Motionera roligare med MSN Hälsa http://e-health.msn.se/
--- End Message ---
--- Begin Message ---
On Sun, 29 Apr 2007, jo han wrote:
> package: <bash>
> version: <3.1dfsg-8>
>
> in /root/.bashrc
>
> " You may uncomment the following lines if you want `ls' to be colorized:
> #export LS_OPTIONS='--color=auto' "
>
> that is not working, but regular: alias ls='ls --color=auto' does :)
The comment says the following *lines* (plural), and it refers at least to
these two lines:
export LS_OPTIONS='--color=auto'
alias ls='ls $LS_OPTIONS'
That way it works. There is not a bug here.
Closing this one.
--- End Message ---