From 7b43badab93ba19435b8dd8a339565880c482383 Mon Sep 17 00:00:00 2001 From: Yves Duret Date: Sat, 30 Nov 2002 13:58:56 +0000 Subject: - bashrc: source /etc/bashrc after PATH redefinition (for bash_completion) thanks Guillaume Rousse. - updated to 9.1 --- bashrc | 10 +++++----- rootfiles.spec | 8 ++++++-- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/bashrc b/bashrc index 11e81cd..a4cf8a8 100644 --- a/bashrc +++ b/bashrc @@ -1,11 +1,11 @@ # .bashrc -# Source global definitions -if [ -f /etc/bashrc ]; then - . /etc/bashrc -fi - PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin ENV=$HOME/.bashrc USERNAME="root" export USERNAME ENV PATH + +# Source global definitions +if [ -f /etc/bashrc ]; then + . /etc/bashrc +fi diff --git a/rootfiles.spec b/rootfiles.spec index 37bc62e..ab29c13 100644 --- a/rootfiles.spec +++ b/rootfiles.spec @@ -1,8 +1,8 @@ Summary: The basic required files for the root user's directory Name: rootfiles # MODIFY IN THE CVS !! -Version: 8.2 -Release: 1mdk +Version: 9.1 +Release: 0.1mdk License: Public Domain Group: System/Base Packager: David BAUDENS @@ -54,6 +54,10 @@ fi %attr(0700,root,root) /root/tmp/ %changelog +* Sat Nov 30 2002 Yves Duret 9.1-0.1mdk +- bashrc: source /etc/bashrc after PATH redefinition (for bash_completion) + thanks Guillaume Rousse. + * Fri Feb 15 2002 David BAUDENS 8.2-1mdk - Update version to 8.2 -- cgit v1.2.1