Hello community,

here is the log from the commit of package aaa_base for openSUSE:Factory 
checked in at 2011-11-08 09:23:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aaa_base (Old)
 and      /work/SRC/openSUSE:Factory/.aaa_base.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aaa_base", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/aaa_base/aaa_base.changes        2011-11-05 
11:39:41.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.aaa_base.new/aaa_base.changes   2011-11-08 
09:25:50.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Nov  7 18:26:41 CET 2011 - [email protected]
+
+- add color aliases for grep variants
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ aaa_base.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base/files/etc/profile.d/alias.bash 
new/aaa_base/files/etc/profile.d/alias.bash
--- old/aaa_base/files/etc/profile.d/alias.bash 2011-11-02 15:39:14.000000000 
+0100
+++ new/aaa_base/files/etc/profile.d/alias.bash 2011-11-07 18:26:20.000000000 
+0100
@@ -24,6 +24,9 @@
     alias -- -='popd'
 fi
 alias rd=rmdir
+alias egrep='egrep --color=auto'
+alias fgrep='fgrep --color=auto'
+alias grep='grep --color=auto'
 alias md='mkdir -p'
 if test "$is" = "bash" -a ! -x /bin/which -a ! -x /usr/bin/which ; then
     #

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to