From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1O4odj-0008Qe-3y for garchives@archives.gentoo.org; Thu, 22 Apr 2010 05:07:51 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40322E086D; Thu, 22 Apr 2010 05:07:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 202B4E086D for ; Thu, 22 Apr 2010 05:07:47 +0000 (UTC) Received: from corvid.gentoo.org (corvid.gentoo.org [208.92.234.79]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id A44AF1B4058 for ; Thu, 22 Apr 2010 05:07:46 +0000 (UTC) Received: by corvid.gentoo.org (Postfix, from userid 2104) id 3A39AA0001; Thu, 22 Apr 2010 05:07:45 +0000 (UTC) From: "Joshua Saddler (nightmorph)" To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: keychain-guide.xml X-VCS-Repository: gentoo X-VCS-Files: keychain-guide.xml X-VCS-Directories: xml/htdocs/doc/en X-VCS-Committer: nightmorph X-VCS-Committer-Name: Joshua Saddler Content-Type: text/plain; charset=utf8 Message-Id: <20100422050745.3A39AA0001@corvid.gentoo.org> Date: Thu, 22 Apr 2010 05:07:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@lists.gentoo.org Reply-to: docs-team@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: dade108e-239f-4900-b867-ce48c1451b95 X-Archives-Hash: 633084ab27e2306779219b595a163025 nightmorph 10/04/22 05:07:45 Modified: keychain-guide.xml Log: fix kde4 startup/shutdown paths, thanks to Jonathan Callen (ABCD)'s cor= rection via IRC Revision Changes Path 1.7 xml/htdocs/doc/en/keychain-guide.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/keyc= hain-guide.xml?rev=3D1.7&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/keyc= hain-guide.xml?rev=3D1.7&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/keyc= hain-guide.xml?r1=3D1.6&r2=3D1.7 Index: keychain-guide.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/keychain-guide.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- keychain-guide.xml 22 Apr 2010 03:48:03 -0000 1.6 +++ keychain-guide.xml 22 Apr 2010 05:07:44 -0000 1.7 @@ -1,5 +1,5 @@ - + =20 @@ -24,7 +24,7 @@ =20 -1.5 +1.6 2010-04-21 =20 @@ -276,18 +276,18 @@

If you are a KDE user, instead of using ~/.bash_profile, yo= u can let KDE manage ssh-agent for you. In order to do so, you will have to ed= it -/usr/kde/4/env/agent-startup.sh, which is read during KDE's -startup, and /usr/kde/4/shutdown/agent-shutdown.sh, which i= s +/etc/kde/agent-startup.sh, which is read during KDE's +startup, and /etc/kde/shutdown/agent-shutdown.sh, which is executed during KDE's shutdown. Here is how you could edit those files:

=20 -
+
 if [ -x /usr/bin/ssh-agent ]; then
   eval "$(/usr/bin/ssh-agent -s)"
 fi
 
=20 -
+
 if [ -n "${SSH_AGENT_PID}" ]; then
   eval "$(ssh-agent -k)"
 fi