Magellan Linux

Contents of /trunk/kdebase-workspace/agent-startup.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2012 - (show annotations) (download) (as text)
Thu Jan 3 15:21:57 2013 UTC (11 years, 4 months ago) by niro
File MIME type: application/x-sh
File size: 415 byte(s)
-autostart agents
1 #!/bin/sh
2 # $Header: /root/magellan-cvs/src/kdebase4-workspace/agent-startup.sh,v 1.1 2007-12-16 02:29:31 niro Exp $
3 #
4 # Agents startup file
5 #
6 # This file is sourced at kde startup, so that
7 # the environment variables set here are available
8 # throughout the session.
9
10 if [ -x /usr/bin/gpg-agent ]
11 then
12 eval "$(/usr/bin/gpg-agent --daemon)"
13 fi
14
15 if [ -x /usr/bin/ssh-agent ]
16 then
17 eval "$(/usr/bin/ssh-agent -s)"
18 fi