Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 9626] /etc/skel/.bashrc should not link to .bash_profile

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 9626] /etc/skel/.bashrc should not link to .bash_profile
  • Date: Sun, 4 Sep 2005 03:08:19 -0700 (PDT)

http://bugs.sourcemage.org/show_bug.cgi?id=9626


benoit.papillault AT sourcemage.org changed:

What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|cauldron AT sourcemage.org |sm-grimoire-
| |bugs AT lists.ibiblio.org
Component|Installer |shell-term-fm
Product|Install |Codex
Version|0.9.4-test6 |stable grimoire




------- Additional Comments From benoit.papillault AT sourcemage.org 2005-09-04
03:08 -------
Here is an extract of FINAL (bash spell in stable grimoire):

mkdir -p ${INSTALL_ROOT}/etc/skel
mkdir -p ${INSTALL_ROOT}/etc/profile.d
...
if ! [ -e ${INSTALL_ROOT}/etc/skel/.bash_profile ] || ! grep -q
iteration
${INSTALL_ROOT}/etc/skel/.bash_profile

then cp ${INSTALL_ROOT}/etc/profile
${INSTALL_ROOT}/etc/skel/.bash_profile
fi

if ! [ -e ${INSTALL_ROOT}/etc/skel/.bash_logout ]
then cp $SCRIPT_DIRECTORY/bash_logout
${INSTALL_ROOT}/etc/skel/.bash_logout
fi

if ! [ -e ${INSTALL_ROOT}/etc/skel/.bashrc ]
then ln -sf .bash_profile ${INSTALL_ROOT}/etc/skel/.bashrc
fi

So, bash spell is creating what you told me it should not. Thus, it's a spell
bug, right? Reassigning to the proper component.

Benoit PAPILLAULT, ISO guru.

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page