Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 27129 - baselayout /etc/skel/.bashrc
Summary: baselayout /etc/skel/.bashrc
Status: RESOLVED DUPLICATE of bug 27128
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-22 11:25 UTC by Heinrich Wendel (RETIRED)
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Heinrich Wendel (RETIRED) gentoo-dev 2003-08-22 11:25:47 UTC
the .bashrc in /etc/skel should source /etc/profile :

# include this, so also xterm,kterm,gterm,etc will have default bash settings
if [ "x$SHLVL" != "x1" ]; then # We're not a login shell
    . /etc/profile
fi
Comment 1 Heinrich Wendel (RETIRED) gentoo-dev 2003-08-22 11:26:04 UTC

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