packages: bash/bash-skel-.bash_profile, bash/bash.spec - do not set TMP and...

glen glen at pld-linux.org
Fri Mar 30 20:02:54 CEST 2012


Author: glen                         Date: Fri Mar 30 18:02:54 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- do not set TMP and TMPDIR in .bash_profile, /etc/profile.d//tmp-dir.sh sets it, if any

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

---- Diffs:

================================================================
Index: packages/bash/bash-skel-.bash_profile
diff -u packages/bash/bash-skel-.bash_profile:1.10 packages/bash/bash-skel-.bash_profile:1.11
--- packages/bash/bash-skel-.bash_profile:1.10	Wed Nov  4 11:51:02 2009
+++ packages/bash/bash-skel-.bash_profile	Fri Mar 30 20:02:49 2012
@@ -8,8 +8,6 @@
 
 export HISTSIZE=1000
 export HISTFILESIZE=1000
-export TMP=~/tmp
-export TMPDIR=$TMP
 
 # setup LOCALE variables
 #export LANG=

================================================================
Index: packages/bash/bash.spec
diff -u packages/bash/bash.spec:1.217 packages/bash/bash.spec:1.218
--- packages/bash/bash.spec:1.217	Sun Jan  1 22:34:10 2012
+++ packages/bash/bash.spec	Fri Mar 30 20:02:49 2012
@@ -4,10 +4,10 @@
 %bcond_without	static		# don't build static version
 %bcond_with	bash_history	# build with additional history in /var/log/bash_hist ;)
 %bcond_without	tests	# do not perform "make test"
-#
+
 %define		ver		4.2
 %define		patchlevel	20
-%define		rel		2
+%define		rel		3
 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,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+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
+
 Revision 1.217  2012/01/01 21:34:10  hawk
 - release 2
 
================================================================

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



More information about the pld-cvs-commit mailing list