summaryrefslogtreecommitdiffstats
path: root/network/x11-ssh-askpass/xprofile.sample
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:09:03 +0200
committer Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:09:03 +0200
commit77852468d95253222ef3e04560866bf45a79b03a (patch)
treebe667b0b00fbe6951c02864997ed461f0b9cf59a /network/x11-ssh-askpass/xprofile.sample
parent473e900b213fddb3eba22d41bf03b06c9960c7fc (diff)
downloadslackbuilds-77852468d95253222ef3e04560866bf45a79b03a.tar.gz
slackbuilds-77852468d95253222ef3e04560866bf45a79b03a.tar.xz
network/x11-ssh-askpass: Removed from 13.0 repository
Diffstat (limited to '')
-rw-r--r--network/x11-ssh-askpass/xprofile.sample14
1 files changed, 0 insertions, 14 deletions
diff --git a/network/x11-ssh-askpass/xprofile.sample b/network/x11-ssh-askpass/xprofile.sample
deleted file mode 100644
index dce0eae0ca..0000000000
--- a/network/x11-ssh-askpass/xprofile.sample
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-usessh=${usessh:-yes}
-
-if test "$usessh" = "yes" -a -d $HOME/.ssh ; then
- SSH_ASKPASS="/usr/libexec/x11-ssh-askpass"
- if [ -x $SSH_ASKPASS ] ; then
- export SSH_ASKPASS
- ssh-agent > $HOME/.ssh/agent
- . $HOME/.ssh/agent
- ssh-add
- fi
-fi
-