diff options
author | martti <martti@pkgsrc.org> | 2001-11-09 09:56:27 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2001-11-09 09:56:27 +0000 |
commit | cc38a9f569ce51e8ccdd092f19cc1ce7d1afa060 (patch) | |
tree | 10904b8d07edd29bb39af0f84df6beecb88bf928 /security/keychain/Makefile | |
parent | 7f77b835bfc34bf2e0530b330d482589fed44be1 (diff) | |
download | pkgsrc-cc38a9f569ce51e8ccdd092f19cc1ce7d1afa060.tar.gz |
Updated keychain to version 1.7. Changes since 1.2:
* Use procmail's lockfile to serialize the execution of critical parts of
keychain, thus avoiding multiple ssh-agent processes being started if
you happen to have multiple xterms open automatically when you log in.
Keychain will now auto-detect whether lockfile is installed; if it is,
keychain will automatically use it
* No longer "kill -9" our ssh-agent processes
* Added argument "--quiet | -q"
* Added "-h" as alias for "--help", added "-k" as alias for "--stop"
* Add /usr/ucb to path for Solaris systems
* Try to add multiple keys using ssh-add; avoid typing in identical
passphrases more than once.
* Misc. compatibility, signal handling, cleanup fixes
* We now use .ssh-agent-[hostname] instead of .ssh-agent
* "source" to "." shell-compatibility fixes.
* "rm -f $pidf" after stopping ssh-agent fix
Diffstat (limited to 'security/keychain/Makefile')
-rw-r--r-- | security/keychain/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/keychain/Makefile b/security/keychain/Makefile index 68bb63fb16a..3e341c38d64 100644 --- a/security/keychain/Makefile +++ b/security/keychain/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2001/09/27 23:18:38 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2001/11/09 09:56:27 martti Exp $ -DISTNAME= keychain-1.2 -PKGNAME= ${DISTNAME}nb1 +DISTNAME= keychain-1.7 +PKGNAME= ${DISTNAME} CATEGORIES= security MASTER_SITES= http://www.ibiblio.org/gentoo/distfiles/ EXTRACT_SUFX= .tar.bz2 |