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 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
