2008.01.10 * Fix a problem on Ubuntu where multiple agents are spawned because we dont know about them because we havent loaded bashrc because were running under dash * Pull info from ~/.keychain/`hostname`-sh since we can't trust that to have to load from a login script on Debian and Ubuntu where /bin/sh is dash 2007.12.27 * Separate out Ubuntu specific settings * Note that Tracker indexing should be disabled for our autofs+sshfs directories 2007.12.26 * One more step added on Ubuntu - editing /etc/X11/Xsession.d/90x11-common_ssh-agent * Mark auto.ssh as needing bash, not just sh 2007.12.22 * Move display/ssh-askpass/ssh-agent finding code to workarounds script instead of calling for adding them to a login script. This works much better. * Update docs to reflect this change, and generally make the process more clear 2007.10.26 * Updated login script code to remove bashisms for dash on Ubuntu * Clean up code that finds a setting for SSH_ASKPASS 2007.10.12 * Initial release