Opened 16 years ago
Closed 15 years ago
#17876 closed defect (fixed)
mpack-1.6 temp directory default not suitable for Mac
Reported by: | rbubley | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.0 |
Keywords: | Cc: | ||
Port: | mpack |
Description
mpack assumes a default temporary directory of /usr/tmp (if TMPDIR environment variable is not set). /usr/tmp does not typically exist under OS X, but /tmp does.
The attached patch changes the default from /usr/tmp to /tmp.
Attachments (1)
Change History (6)
Changed 16 years ago by rbubley
Attachment: | patch-TMPDIR.diff added |
---|
comment:1 Changed 16 years ago by mf2k (Frank Schima)
Owner: | changed from macports-tickets@… to shadow@… |
---|
Assigning to maintainer.
comment:3 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from shadow@… to macports-tickets@… |
---|
Derrick no longer maintains this port; see #20502
comment:4 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|---|
Status: | new → assigned |
comment:5 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Committed in r54858. Thanks.
Note: See
TracTickets for help on using
tickets.
Patch to change /usr/tmp to /tmp