#!/bin/sh # $Header: /root/magellan-cvs/src/kdebase4-workspace/agent-startup.sh,v 1.1 2007-12-16 02:29:31 niro Exp $ # # Agents startup file # # This file is sourced at kde startup, so that # the environment variables set here are available # throughout the session. if [ -x /usr/bin/gpg-agent ] then eval "$(/usr/bin/gpg-agent --daemon)" fi if [ -x /usr/bin/ssh-agent ] then eval "$(/usr/bin/ssh-agent -s)" fi