Annotation of /trunk/kdebase-workspace/agent-shutdown.sh
Parent Directory | Revision Log
Revision 1782 -
(hide annotations)
(download)
(as text)
Wed May 16 21:01:54 2012 UTC (12 years, 5 months ago) by niro
File MIME type: application/x-sh
File size: 434 byte(s)
Wed May 16 21:01:54 2012 UTC (12 years, 5 months ago) by niro
File MIME type: application/x-sh
File size: 434 byte(s)
-renamed package
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 |