FreeBSD Bugzilla – Attachment 199413 Details for
Bug 233378
[patch] ports-mgmt/portmaster: place portmasterfail.txt in non world-writeable location
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
place portmasterfail.txt in ~
portmasterfail-local.diff (text/plain), 714 bytes, created by
Robert Schulze
on 2018-11-21 13:05:04 UTC
(
hide
)
Description:
place portmasterfail.txt in ~
Filename:
MIME Type:
Creator:
Robert Schulze
Created:
2018-11-21 13:05:04 UTC
Size:
714 bytes
patch
obsolete
>--- /usr/local/sbin/portmaster 2018-11-02 11:41:34.721552000 +0100 >+++ /usr/local/sbin/portmaster.rs 2018-11-21 13:56:54.092654000 +0100 >@@ -245,12 +245,12 @@ > fi > > if [ -n "$1" -a -n "${PM_NEEDS_UPDATE# }" -a -n "$PM_BUILDING" -a -z "$FETCH_ONLY" ]; then >- echo "$progname <flags>${PM_NEEDS_UPDATE}" > ${TMPDIR}/portmasterfail.txt >+ echo "$progname <flags>${PM_NEEDS_UPDATE}" > ~/portmasterfail.txt > echo '' > echo "===>>> You can restart from the point of failure with this command line:" > echo " $progname <flags>${PM_NEEDS_UPDATE}" > echo '' >- echo "This command has been saved to ${TMPDIR}/portmasterfail.txt" >+ echo "This command has been saved to ~/portmasterfail.txt" > echo '' > 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 233378
: 199413