Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 54 - (show annotations) (download) (as text)
Tue Feb 14 19:43:31 2006 UTC (18 years, 2 months ago) by niro
File MIME type: application/x-sh
File size: 655 byte(s)
new files; kdebase-3.5.1-r2

1 #!/bin/sh
2 # $Header: /root/magellan-cvs/src/kdebase/agent-startup.sh,v 1.1 2006-02-14 19:43: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 # Uncomment the following lines to start gpg-agent
11 # and/or ssh-agent at kde startup.
12 # If you do so, do not forget to uncomment the respective
13 # lines in KDEDIR/shutdown/agent-shutdown.sh to
14 # properly kill the agents when the session ends.
15
16 #if [ -x /usr/bin/gpg-agent ]; then
17 # eval "$(/usr/bin/gpg-agent --daemon)"
18 #fi
19
20 #if [ -x /usr/bin/ssh-agent ]; then
21 # eval "$(/usr/bin/ssh-agent -s)"
22 #fi