Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 59834 Details for
Bug 94018
etc-update uses /tmp/$$
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
etc-update-tmpdir.patch
etc-update-tmpdir.patch (text/plain), 665 bytes, created by
solar (RETIRED)
on 2005-05-25 16:57:19 UTC
(
hide
)
Description:
etc-update-tmpdir.patch
Filename:
MIME Type:
Creator:
solar (RETIRED)
Created:
2005-05-25 16:57:19 UTC
Size:
665 bytes
patch
obsolete
>--- /dev/null 2005-05-15 06:20:58.000000000 -0400 >+++ etc-update 2005-05-25 19:46:22.000000000 -0400 >@@ -12,7 +12,8 @@ > > export PORTAGE_CALLER="etc-update" > >-USERLAND="$(/usr/lib/portage/bin/portageq envvar USERLAND)" >+eval $(python -c 'import portage; print "export PORTAGE_TMPDIR="+portage.settings["PORTAGE_TMPDIR"]; print "export USERLAND="+portage.settings["USERLAND"]') >+ > if [ "$USERLAND" == "BSD" ] ; then > function sed() { gsed "$@"; } > elif [ "$USERLAND" == "Darwin" ] && [ -x /bin/gsed ]; then >@@ -357,7 +358,7 @@ > > trap die term > >-TMP=/tmp/$$ >+TMP="${PORTAGE_TMPDIR}/$$" > rm -rf ${TMP} 2> /dev/null > mkdir ${TMP} || die "failed mkdir command!" 1 >
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 94018
: 59834