Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/run-with-keyring
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-16 09:53:35 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-16 09:53:35 (GMT)
commit61765e0aaae479b94a3fddd01e4e12eae76bb8da (patch)
tree4c00c5555c77d70db6bd8cae2768d365d12c6702 /scripts/run-with-keyring
parent76d6fad87094008bc25e3b4e090fb79631414fec (diff)
Move the remaining scripts to commands
Diffstat (limited to 'scripts/run-with-keyring')
-rwxr-xr-xscripts/run-with-keyring12
1 files changed, 0 insertions, 12 deletions
diff --git a/scripts/run-with-keyring b/scripts/run-with-keyring
deleted file mode 100755
index 2925d2f..0000000
--- a/scripts/run-with-keyring
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-eval `gnome-keyring-daemon --start --components=secrets,pkcs11,ssh,gpg`
-
-export SSH_AUTH_SOCK
-export GNOME_KEYRING_CONTROL
-export GPG_AGENT_INFO
-export GNOME_KEYRING_PID
-
-exec $1
-
-kill $GNOME_KEYRING_PID