Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 434 - (hide annotations) (download) (as text)
Sun Dec 16 02:29:31 2007 UTC (16 years, 4 months ago) by niro
Original Path: trunk/kdebase4-workspace/agent-shutdown.sh
File MIME type: application/x-sh
File size: 434 byte(s)
-pruned old cruft

1 niro 434 #!/bin/sh
2     #$Header: /root/magellan-cvs/src/kdebase4-workspace/agent-shutdown.sh,v 1.1 2007-12-16 02:29:31 niro Exp $
3     #
4     # Agents shutdown file
5     #
6     # This file is executed at kde shutdown.
7     # Uncomment the following lines to kill the agents
8     # that were started at session startup.
9    
10     #if [ "${GPG_AGENT_INFO}" ]; then
11     # kill $(echo ${GPG_AGENT_INFO} | cut -d':' -f 2) >/dev/null 2>&1
12     #fi
13    
14     #if [ "${SSH_AGENT_PID}" ]; then
15     # ssh-agent -k
16     #fi