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

(-)xfce-utils-4.6.1.orig/scripts/xinitrc.in.in (-1 / +1 lines)
Lines 112-118 fi Link Here
112
# so it populates the environment here, so we can clean it up later.
112
# so it populates the environment here, so we can clean it up later.
113
sshagent=`which ssh-agent`
113
sshagent=`which ssh-agent`
114
kill_sshagent=0
114
kill_sshagent=0
115
if test -z "$SSH_AGENT_PID" -a "$sshagent" -a "x$sshagent" != "xno"; then
115
if test -z "$SSH_AGENT_PID" -a -z "$SSH_AUTH_SOCK" -a "$sshagent" -a "x$sshagent" != "xno"; then
116
	eval `$sshagent -s`
116
	eval `$sshagent -s`
117
	kill_sshagent=1
117
	kill_sshagent=1
118
fi
118
fi

Return to bug 296606