diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-09-10 23:57:15 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-09-10 23:57:15 +0000 |
commit | c7c179592e46fb1ed1b7cc0cf139f07cbcc0a69c (patch) | |
tree | 04c53b670b9967eb297bcaac954be7da77b238cc | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-c7c179592e46fb1ed1b7cc0cf139f07cbcc0a69c.tar.gz gentoo-2-c7c179592e46fb1ed1b7cc0cf139f07cbcc0a69c.tar.bz2 gentoo-2-c7c179592e46fb1ed1b7cc0cf139f07cbcc0a69c.zip |
new keychain stuff
-rw-r--r-- | app-doc/gentoo-web/files/xml/keychain.xml | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/app-doc/gentoo-web/files/xml/keychain.xml b/app-doc/gentoo-web/files/xml/keychain.xml index 3307dd46f587..5aaf2943f599 100644 --- a/app-doc/gentoo-web/files/xml/keychain.xml +++ b/app-doc/gentoo-web/files/xml/keychain.xml @@ -8,8 +8,8 @@ This page contains information about Keychain, an OpenSSH-compatible RSA/DSA key application for bash. </abstract> -<version>1.1</version> -<date>07 Sep 2001</date> +<version>1.2</version> +<date>09 Sep 2001</date> <chapter> <title>Keychain Intro</title> @@ -61,7 +61,7 @@ time you really need to reinitialize the long-running <c>ssh-agent</c> process. <p> The most recent release of <c>keychain</c> can be found here:<br/><br/> -<uri>http://www.ibiblio.org/gentoo/distfiles/keychain-1.1.tar.bz2</uri> +<uri>http://www.ibiblio.org/gentoo/distfiles/keychain-1.2.tar.bz2</uri> </p> </body> </section> @@ -93,7 +93,16 @@ unencrypted private keys. # ChangeLog for KeyChain; http://www.gentoo.org/projects/keychain # Copyright 2001 Gentoo Technologies, Inc.; Distributed under the GPL -*keychain 1.0.1; fixes for calling "pidof"; README; ChangeLog +*keychain 1.2 + + 09 Sep 2001; README updates to reflect new changes. + + 09 Sep 2001; Applied great patch from someone who wishes to remain + anonymous. bash 1/zsh/sh compatibility; now only tries to kill *your* + ssh-agent processes, version fix, .ssh-agent file creation error + detection. Thanks! + +*keychain 1.1; fixes for calling "pidof"; README; ChangeLog 07 Sep 2001; Addition of README stating that keychain requires bash 2.0 or greater, @@ -103,7 +112,7 @@ unencrypted private keys. Explicitly added /sbin and /usr/sbin to path, and then called "pidof". I think that this is a bit more robust. - 06 Sep 2001; from John Ellson >ellson@lucent.com<: + 06 Sep 2001; from John Ellson (ellson@lucent.com): "pidof" changed to "/sbin/pidof", since it's probably not in $PATH 06 Sep 2001; |