diff options
Diffstat (limited to 'x11-base/xfree/files/4.2.1/startDM.sh')
-rw-r--r-- | x11-base/xfree/files/4.2.1/startDM.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-base/xfree/files/4.2.1/startDM.sh b/x11-base/xfree/files/4.2.1/startDM.sh index 49bbd8cf5f20..bb299246f0fa 100644 --- a/x11-base/xfree/files/4.2.1/startDM.sh +++ b/x11-base/xfree/files/4.2.1/startDM.sh @@ -2,10 +2,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Martin Schlemmer <azarah@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-base/xfree/files/4.2.1/startDM.sh,v 1.1 2002/09/08 20:02:04 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xfree/files/4.2.1/startDM.sh,v 1.2 2002/11/07 09:13:21 azarah Exp $ source /etc/init.d/functions.sh +# We need to source /etc/profile for stuff like $LANG to work +# bug #10190. +source /etc/profile if [ -e ${svcdir}/options/xdm/service ] then |