Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 332308 Details for
Bug 486025
[PATCH] Use gpg-agent --write-env-file
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Make gpg-agent startup use --write-env-file
kde-gpg-agent-start.patch (text/plain), 1.11 KB, created by
Ville Skyttä
on 2009-02-17 22:12:44 UTC
(
hide
)
Description:
Make gpg-agent startup use --write-env-file
Filename:
MIME Type:
Creator:
Ville Skyttä
Created:
2009-02-17 22:12:44 UTC
Size:
1.11 KB
patch
obsolete
>Index: etc/kde/env/gpg-agent-startup.sh >=================================================================== >--- etc/kde/env/gpg-agent-startup.sh (revision 28) >+++ etc/kde/env/gpg-agent-startup.sh (working copy) >@@ -12,7 +12,7 @@ > if [ ! "x${GPG_PID_NAME}" = "xgpg-agent" ]; then > rm -f "${GPG_AGENT_INFO_FILE}" 2>&1 >/dev/null > else >- GPG_SOCKET=`cat "${GPG_AGENT_INFO_FILE}" | cut -f1 -d:` >+ GPG_SOCKET=`cat "${GPG_AGENT_INFO_FILE}" | cut -f1 -d: | cut -f2 -d=` > if ! test -S "${GPG_SOCKET}" -a -O "${GPG_SOCKET}" ; then > rm -f "${GPG_AGENT_INFO_FILE}" 2>&1 >/dev/null > fi >@@ -21,11 +21,11 @@ > fi > > if [ -f "${GPG_AGENT_INFO_FILE}" ]; then >- export GPG_AGENT_INFO=$(cat "${GPG_AGENT_INFO_FILE}") >+ eval "$(cat \"${GPG_AGENT_INFO_FILE}\")" >+ eval "$(cut -d= -f 1 < \"${GPG_AGENT_INFO_FILE}\" | xargs echo export)" > export GPG_TTY=$(tty) > else >- eval "$(${GPG_AGENT} -s --daemon ${GPG_OPTIONS})" >- echo ${GPG_AGENT_INFO} > "${HOME}/.gpg-agent-info" >+ eval "$(${GPG_AGENT} -s --daemon --write-env-file \"${GPG_AGENT_INFO_FILE}\" ${GPG_OPTIONS})" > fi > > fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 486025
: 332308