summaryrefslogtreecommitdiff
path: root/keychain
diff options
context:
space:
mode:
authorJames Mills <prologic@daisy.(none)>2006-11-14 09:01:22 +1000
committerJames Mills <prologic@daisy.(none)>2006-11-14 09:01:22 +1000
commit70006e31d25693aa65fc985124ce9babbd3347fc (patch)
treef5d0078562a07b6fe3a22a630ea5310561d9b538 /keychain
parent797dcbebf82a5cee45294314ddd587d3a847932f (diff)
downloadcontrib-70006e31d25693aa65fc985124ce9babbd3347fc.tar.gz
contrib-70006e31d25693aa65fc985124ce9babbd3347fc.tar.xz
Imported from old-control
Diffstat (limited to 'keychain')
-rw-r--r--keychain/.footprint3
-rw-r--r--keychain/.md5sum1
-rw-r--r--keychain/Pkgfile15
-rw-r--r--keychain/README26
4 files changed, 45 insertions, 0 deletions
diff --git a/keychain/.footprint b/keychain/.footprint
new file mode 100644
index 000000000..df28a12d8
--- /dev/null
+++ b/keychain/.footprint
@@ -0,0 +1,3 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/keychain
diff --git a/keychain/.md5sum b/keychain/.md5sum
new file mode 100644
index 000000000..4f69064ab
--- /dev/null
+++ b/keychain/.md5sum
@@ -0,0 +1 @@
+b20933be0fdbb0b32aa5eb7b5b082852 keychain-2.6.2.tar.bz2
diff --git a/keychain/Pkgfile b/keychain/Pkgfile
new file mode 100644
index 000000000..2e3178174
--- /dev/null
+++ b/keychain/Pkgfile
@@ -0,0 +1,15 @@
+# $Id: Pkgfile 1330 2006-11-13 20:54:04Z prologic $
+# Description: A front-end to ssh-agent.
+# URL: http://www.gentoo.org/proj/en/keychain.xml
+# Maintainer: James Mills prologic at shortcircuit dot net dot au
+# Packager: Stoyan Zhekov <zhware@hotpop.com>
+# Depends on:
+
+name=keychain
+version=2.6.2
+release=1
+source=(http://dev.gentoo.org/~agriffis/$name/$name-$version.tar.bz2)
+
+build() {
+ install -D -m755 -groot -oroot $name-$version/keychain $PKG/usr/bin/keychain
+}
diff --git a/keychain/README b/keychain/README
new file mode 100644
index 000000000..6cb326e6d
--- /dev/null
+++ b/keychain/README
@@ -0,0 +1,26 @@
+# $Id:
+
+REQUIREMENTS:
+
+PRECAUTION:
+
+PRE-INSTALL:
+
+POST-INSTALL:
+
+Add '--nolock' to your keychain options, if you haven't got procmail installed.
+
+PRE-REMOVE:
+
+POST-REMOVE:
+
+NOTES:
+
+example useage
+-------------
+
+In ~/.profile add:
+
+ keychain --nolock ${HOME}/.ssh/id_dsa
+ . "${HOME}/.keychain/${HOSTNAME}-sh" > /dev/null
+

Generated by cgit