Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 465118 Details for
Bug 610898
sys-apps/baselayout - /etc/profile.d/*.sh should be sourced before /etc/bash/bashrc
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
/etc/profile.patch
profile.patch (text/plain), 666 bytes, created by
Evert
on 2017-02-25 15:28:09 UTC
(
hide
)
Description:
/etc/profile.patch
Filename:
MIME Type:
Creator:
Evert
Created:
2017-02-25 15:28:09 UTC
Size:
666 bytes
patch
obsolete
>diff -u a/profile b/profile >--- a/profile 2017-02-25 15:33:32.774126685 +0100 >+++ b/profile 2017-02-25 16:03:51.104044612 +0100 >@@ -30,6 +30,11 @@ > export PATH > unset ROOTPATH > >+for sh in /etc/profile.d/*.sh ; do >+ [ -r "$sh" ] && . "$sh" >+done >+unset sh >+ > if [ -n "${BASH_VERSION-}" ] ; then > # Newer bash ebuilds include /etc/bash/bashrc which will setup PS1 > # including color. We leave out color here because not all >@@ -54,8 +59,3 @@ > # understand sequences such as \h, don't put anything special in it. > PS1="${USER:-$(whoami 2>/dev/null)}@$(uname -n 2>/dev/null) \$ " > fi >- >-for sh in /etc/profile.d/*.sh ; do >- [ -r "$sh" ] && . "$sh" >-done >-unset sh
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 610898
: 465118