Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2012 - (hide 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 niro 434 #!/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 niro 2012 if [ -x /usr/bin/gpg-agent ]
11     then
12     eval "$(/usr/bin/gpg-agent --daemon)"
13     fi
14 niro 434
15 niro 2012 if [ -x /usr/bin/ssh-agent ]
16     then
17     eval "$(/usr/bin/ssh-agent -s)"
18     fi