diff options
author | Yves Duret <yduret@mandriva.com> | 2002-11-30 13:58:56 +0000 |
---|---|---|
committer | Yves Duret <yduret@mandriva.com> | 2002-11-30 13:58:56 +0000 |
commit | 7b43badab93ba19435b8dd8a339565880c482383 (patch) | |
tree | bf007dda96512f41c12933999664ad76703dc09d | |
parent | 7b9d7191915099ab5ed2e58440e551eb9cabf982 (diff) | |
download | rootfiles-7b43badab93ba19435b8dd8a339565880c482383.tar rootfiles-7b43badab93ba19435b8dd8a339565880c482383.tar.gz rootfiles-7b43badab93ba19435b8dd8a339565880c482383.tar.bz2 rootfiles-7b43badab93ba19435b8dd8a339565880c482383.tar.xz rootfiles-7b43badab93ba19435b8dd8a339565880c482383.zip |
- bashrc: source /etc/bashrc after PATH redefinition (for bash_completion)
thanks Guillaume Rousse.
- updated to 9.1
-rw-r--r-- | bashrc | 10 | ||||
-rw-r--r-- | rootfiles.spec | 8 |
2 files changed, 11 insertions, 7 deletions
@@ -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 <baudens@mandrakesoft.com> @@ -54,6 +54,10 @@ fi %attr(0700,root,root) /root/tmp/ %changelog +* Sat Nov 30 2002 Yves Duret <yves@zarb.org> 9.1-0.1mdk +- bashrc: source /etc/bashrc after PATH redefinition (for bash_completion) + thanks Guillaume Rousse. + * Fri Feb 15 2002 David BAUDENS <baudens@mandrakesoft.com> 8.2-1mdk - Update version to 8.2 |