Annotation of /trunk/kdebase/agent-shutdown.sh
Parent Directory | Revision Log
Revision 54 -
(hide annotations)
(download)
(as text)
Tue Feb 14 19:43:31 2006 UTC (18 years, 8 months ago) by niro
File MIME type: application/x-sh
File size: 423 byte(s)
Tue Feb 14 19:43:31 2006 UTC (18 years, 8 months ago) by niro
File MIME type: application/x-sh
File size: 423 byte(s)
new files; kdebase-3.5.1-r2
1 | niro | 54 | #!/bin/sh |
2 | #$Header: /root/magellan-cvs/src/kdebase/agent-shutdown.sh,v 1.1 2006-02-14 19:43: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 |