packages: bash/bash-skel-.bash_profile, bash/bash.spec - rel 4 - don't save...

baggins baggins at pld-linux.org
Sat Jul 7 13:29:29 CEST 2012


Author: baggins                      Date: Sat Jul  7 11:29:29 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 4
- don't save consecutive, duplicated lines in history

---- Files affected:
packages/bash:
   bash-skel-.bash_profile (1.11 -> 1.12) , bash.spec (1.218 -> 1.219) 

---- Diffs:

================================================================
Index: packages/bash/bash-skel-.bash_profile
diff -u packages/bash/bash-skel-.bash_profile:1.11 packages/bash/bash-skel-.bash_profile:1.12
--- packages/bash/bash-skel-.bash_profile:1.11	Fri Mar 30 20:02:49 2012
+++ packages/bash/bash-skel-.bash_profile	Sat Jul  7 13:29:24 2012
@@ -8,6 +8,7 @@
 
 export HISTSIZE=1000
 export HISTFILESIZE=1000
+export HISTCONTROL=ignoredups
 
 # setup LOCALE variables
 #export LANG=

================================================================
Index: packages/bash/bash.spec
diff -u packages/bash/bash.spec:1.218 packages/bash/bash.spec:1.219
--- packages/bash/bash.spec:1.218	Fri Mar 30 20:02:49 2012
+++ packages/bash/bash.spec	Sat Jul  7 13:29:24 2012
@@ -7,7 +7,7 @@
 
 %define		ver		4.2
 %define		patchlevel	20
-%define		rel		3
+%define		rel		4
 Summary:	GNU Bourne Again Shell (bash)
 Summary(fr.UTF-8):	Le shell Bourne Again de GNU
 Summary(pl.UTF-8):	Powłoka GNU Bourne Again Shell (bash)
@@ -314,6 +314,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.219  2012/07/07 11:29:24  baggins
+- rel 4
+- don't save consecutive, duplicated lines in history
+
 Revision 1.218  2012/03/30 18:02:49  glen
 - do not set TMP and TMPDIR in .bash_profile, /etc/profile.d//tmp-dir.sh sets it, if any
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/bash/bash-skel-.bash_profile?r1=1.11&r2=1.12
    http://cvs.pld-linux.org/packages/bash/bash.spec?r1=1.218&r2=1.219



More information about the pld-cvs-commit mailing list