Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1782 by niro, Wed May 16 21:01:54 2012 UTC revision 2012 by niro, Thu Jan 3 15:21:57 2013 UTC
# Line 7  Line 7 
7  # the environment variables set here are available  # the environment variables set here are available
8  # throughout the session.  # throughout the session.
9    
10  # Uncomment the following lines to start gpg-agent  if [ -x /usr/bin/gpg-agent ]
11  # and/or ssh-agent at kde startup.  then
12  # If you do so, do not forget to uncomment the respective   eval "$(/usr/bin/gpg-agent --daemon)"
13  # lines in KDEDIR/shutdown/agent-shutdown.sh to  fi
 # properly kill the agents when the session ends.  
14    
15  #if [ -x /usr/bin/gpg-agent ]; then  if [ -x /usr/bin/ssh-agent ]
16  # eval "$(/usr/bin/gpg-agent --daemon)"  then
17  #fi   eval "$(/usr/bin/ssh-agent -s)"
18    fi
 #if [ -x /usr/bin/ssh-agent ]; then  
 # eval "$(/usr/bin/ssh-agent -s)"  
 #fi  

Legend:
Removed from v.1782  
changed lines
  Added in v.2012