diff options
-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 |