Re: keychain patch

2004-01-15 Thread Steven E. Harris
[It looks like the first portion of my message got stripped. Here it is again.] Hack Kampbjorn <[EMAIL PROTECTED]> writes: > If you send the patch to the list I'll look at it and possibly release > an updated cygwin package. Attached, per your request. > But keep bugging the gentoo people that

keychain patch (was: Filenames with spaces: very rare in Cygwin)

2004-01-15 Thread Steven E. Harris
--- /bin/keychain 2003-11-22 10:40:13.00100 -0800 +++ ./keychain 2003-11-25 13:17:16.296875000 -0800 @@ -9,6 +9,9 @@ PATH="/sbin:/usr/sbin:${PATH}:/usr/ucb"; export PATH; +LISTSEP=" +" # Separate list elements with linefeed for splitting. + myaction="" myactionarg="

keychain patch (2)

2003-03-16 Thread Karl M
Hi All... I made a small patch to keychain, so that it creates an additional pid file named ~/ssh-agent.cmd The only difference between this and the previous version is that the file created is ~/ssh-agent.cmd instead of ~/ssh-agent.bat so it is a bit less obtrusive. I couldn't do a ~/.ssh-agent

keychain patch

2003-03-15 Thread Karl M
Hi All... I made a small patch to keychain, so that it creates an additional pid file named ~/ssh-agent.bat This allows non-cygwin ssh-aware programs (such as unison) to take advantage of the keychain functionality. The new file can be used from a windows command script by call C:\Cygwin\home