SVN: xinitrc-ng/trunk/xinitdefs

baggins baggins at pld-linux.org
Wed Jul 27 14:31:14 CEST 2011


Author: baggins
Date: Wed Jul 27 14:31:14 2011
New Revision: 12279

Modified:
   xinitrc-ng/trunk/xinitdefs
Log:
- always load /etc/profile on session startup (needed for example if someone
  wants to set up environment via /etc/env.d)


Modified: xinitrc-ng/trunk/xinitdefs
==============================================================================
--- xinitrc-ng/trunk/xinitdefs	(original)
+++ xinitrc-ng/trunk/xinitdefs	Wed Jul 27 14:31:14 2011
@@ -3,6 +3,8 @@
 #
 
 # Anybody use this?
+[ -f /etc/profile ] && . /etc/profile
+[ -f $HOME/.profile ] && . $HOME/.profile
 [ -f /etc/xprofile ] && . /etc/xprofile
 [ -f $HOME/.xprofile ] && . $HOME/.xprofile
 


More information about the pld-cvs-commit mailing list