From: "Joshua Saddler (nightmorph)" <nightmorph@gentoo.org>
To: gentoo-doc-cvs@lists.gentoo.org
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: keychain-guide.xml
Date: Thu, 22 Apr 2010 05:07:45 +0000 (UTC) [thread overview]
Message-ID: <20100422050745.3A39AA0001@corvid.gentoo.org> (raw)
nightmorph 10/04/22 05:07:45
Modified: keychain-guide.xml
Log:
fix kde4 startup/shutdown paths, thanks to Jonathan Callen (ABCD)'s correction 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/keychain-guide.xml?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/keychain-guide.xml?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/keychain-guide.xml?r1=1.6&r2=1.7
Index: keychain-guide.xml
===================================================================
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 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/keychain-guide.xml,v 1.6 2010/04/22 03:48:03 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/keychain-guide.xml,v 1.7 2010/04/22 05:07:44 nightmorph Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<guide>
@@ -24,7 +24,7 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1.5</version>
+<version>1.6</version>
<date>2010-04-21</date>
<chapter>
@@ -276,18 +276,18 @@
<p>
If you are a KDE user, instead of using <path>~/.bash_profile</path>, you can
let KDE manage ssh-agent for you. In order to do so, you will have to edit
-<path>/usr/kde/4/env/agent-startup.sh</path>, which is read during KDE's
-startup, and <path>/usr/kde/4/shutdown/agent-shutdown.sh</path>, which is
+<path>/etc/kde/agent-startup.sh</path>, which is read during KDE's
+startup, and <path>/etc/kde/shutdown/agent-shutdown.sh</path>, which is
executed during KDE's shutdown. Here is how you could edit those files:
</p>
-<pre caption="Editing /usr/kde/4/env/agent-startup.sh">
+<pre caption="Editing /etc/kde/agent-startup.sh">
if [ -x /usr/bin/ssh-agent ]; then
eval "$(/usr/bin/ssh-agent -s)"
fi
</pre>
-<pre caption="Editing /usr/kde/4/shutdown/agent-shutdown.sh">
+<pre caption="Editing /etc/kde/shutdown/agent-shutdown.sh">
if [ -n "${SSH_AGENT_PID}" ]; then
eval "$(ssh-agent -k)"
fi
next reply other threads:[~2010-04-22 5:07 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-22 5:07 Joshua Saddler (nightmorph) [this message]
-- strict thread matches above, loose matches on Subject: below --
2010-12-17 7:31 [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: keychain-guide.xml Joshua Saddler (nightmorph)
2010-04-22 3:48 Joshua Saddler (nightmorph)
2009-10-08 19:31 Joshua Saddler (nightmorph)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100422050745.3A39AA0001@corvid.gentoo.org \
--to=nightmorph@gentoo.org \
--cc=docs-team@lists.gentoo.org \
--cc=gentoo-doc-cvs@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox