patches/tsoljdslabel-02-ssh-agent.diff
author yippi
Mon, 27 Sep 2010 21:07:51 +0000
changeset 20108 51df67ca9307
parent 12873 598c05bd6a22
permissions -rw-r--r--
I had these modules listed as being owned by me, but they are really owned by wangke, correcting.

--- tsoljdslabel-0.6.2/Xsession.tjds.bak	2008-07-21 16:40:43.656911000 +0800
+++ tsoljdslabel-0.6.2/Xsession.tjds	2008-07-21 16:41:08.314030000 +0800
@@ -38,12 +38,4 @@
     echo "$0: dbus-launch not found."
 fi
 
-# Use ssh-agent if available.
-#
-if [ -x "/usr/bin/ssh-agent" ] && [ -z "$SSH_AUTH_SOCK" ]; then
-    command="/usr/bin/ssh-agent -- $command"
-else
-    echo "$0: ssh-agent not found."
-fi
-
 exec $command