First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 2350
Alias:
Product:
Component:
Status: RESOLVED
Resolution: DUPLICATE of bug 2130
Assigned To: Martin Schlemmer (RETIRED) <azarah@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Lasse Mikkelsen <lbm@fatalerror.dk>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
.bash_profile The affected file text/plain Lasse Mikkelsen 2002-05-02 13:15 0000 203 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 2350 depends on: Show dependency tree
Bug 2350 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2002-05-02 13:08 0000
When creating new users on a system installed with the stage1 tarball, I
noticed
that there is a bug in the /etc/skel/.bash_profile bash configuration file.

On my system it looks like:

#This file is sourced by bash when you log in interactively.
[ -f ~/.bashrc ] && . ~/.bashrc

eval `dircolors -b /etc/DIR_COLORS`
alias d="ls --color"
alias ls="ls --color=auto"
alias ll="ls --color -l"

But /etc/DIR_COLORS doesn't exist!

The line starting with "eval" should be:

eval `dircolors -b`

------- Comment #1 From Lasse Mikkelsen 2002-05-02 13:15:50 0000 -------
Created an attachment (id=781) [details]
The affected file

------- Comment #2 From Daniel Robbins (RETIRED) 2002-05-02 22:04:54 0000 -------
Az: we should at least check that the file exists before using it.

------- Comment #3 From Martin Schlemmer (RETIRED) 2002-05-03 18:09:57 0000 -------
I just keep forgetting to talk to you about this :)  It was part of
fileutils, but after the last update, it was left out.  It seems as if it
fixes problems for tcsh (again) users, so i think maybe Ill add it to
baselayout.

------- Comment #4 From Martin Schlemmer (RETIRED) 2002-05-03 18:13:13 0000 -------
Just to see previous comment :)

------- Comment #5 From Martin Schlemmer (RETIRED) 2002-05-05 05:57:47 0000 -------

*** This bug has been marked as a duplicate of 2130 ***

First Last Prev Next    No search results available      Search page      Enter new bug