Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 2731
Collapse All | Expand All

(-)file_not_specified_in_diff (-8 / +10 lines)
Line 8 Link Here
8
# $XFree86: xc/programs/xdm/config/Xsession,v 1.3 2001/01/17 23:45:24 dawes Exp $
8
# $XFree86: xc/programs/xdm/config/Xsession,v 1.3 2001/01/17 23:45:24 dawes Exp $ 
9
--
Line 25 Link Here
25
#not sure if this belongs hear
26
source /etc/profile
Line 46 Link Here
48
if [ -s "$startup" ]; then
49
    if [ -x "$startup" ]; then
50
	source "$startup" &
51
    else
52
	source /bin/sh "$startup" &
53
    fi
54
fi
Lines 48-53 Link Here
48
elif [ -s "$startup" ]; then
49
	if [ -x "$startup" ]; then
50
		exec "$startup"
51
	else
52
		exec /bin/sh "$startup"
53
	fi

Return to bug 2731