diff options
author | 2005-01-16 00:40:36 +0000 | |
---|---|---|
committer | 2005-01-16 00:40:36 +0000 | |
commit | 64828add70d831e1f4c3c0f4fc0bd3afd9e0c62e (patch) | |
tree | 84be004c62dc262f60b54e987e05385a1199be6b /kde-base/kdebase | |
parent | initial import #78081 (diff) | |
download | gentoo-2-64828add70d831e1f4c3c0f4fc0bd3afd9e0c62e.tar.gz gentoo-2-64828add70d831e1f4c3c0f4fc0bd3afd9e0c62e.tar.bz2 gentoo-2-64828add70d831e1f4c3c0f4fc0bd3afd9e0c62e.zip |
Fix agent-startup.sh.
Diffstat (limited to 'kde-base/kdebase')
-rw-r--r-- | kde-base/kdebase/files/agent-startup.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kde-base/kdebase/files/agent-startup.sh b/kde-base/kdebase/files/agent-startup.sh index 62105a582ca3..6b7be61a9904 100644 --- a/kde-base/kdebase/files/agent-startup.sh +++ b/kde-base/kdebase/files/agent-startup.sh @@ -1,14 +1,14 @@ # Agents startup file # # This file is sourced at kde startup, so that -Ã# the environment variablesset here are available +# the environment variables set here are available # throughout the session. -# Uncomment the following lines to start the gpg-agent +# Uncomment the following lines to start gpg-agent # and/or ssh-agent at kde startup. # If you do so, do not forget to uncomment the respective -# lines in KDEDIR/shutdown to properly kill the -# agents when the session ends. +# lines in KDEDIR/shutdown/agent-shutdown.sh to +# properly kill the agents when the session ends. #if [ -x /usr/bin/gpg-agent ]; then # eval "$(/usr/bin/gpg-agent --daemon)" |