Opened 7 years ago

Closed 7 years ago

#235 closed defect (fixed)

os2-base: Add TMPDIR to CONFIG.SYS

Reported by: Lewis Rosenthal Owned by:
Priority: major Milestone:
Component: spec files Version:
Severity: medium Keywords:
Cc: dave.r.yeo@…

Description

Considering how many things need %TMPDIR%, we should add this and point it to %TMP%.

Change History (7)

comment:1 Changed 7 years ago by Dave Yeo

Cc: dave.r.yeo@… added

comment:2 Changed 7 years ago by Silvan Scherrer

shouldn't ArcaOS set this value anyway? eCS at least had it set IIRC. At least all my systems have it and I doubt I added them by hand.

comment:3 Changed 7 years ago by Silvan Scherrer

REM [ Temporary Directories ]
SET TMP=C:\var\temp
SET TEMP=C:\var\temp
SET TMPDIR=C:\var\temp

comment:4 Changed 7 years ago by Lewis Rosenthal

Whether ArcaOS sets it or not is beside the point. Remember that ANPM will install the bootstrap on Warp 4 FP13, and that *surely* doesn't have it set. I really think that like setting TERM, this should be set in os2-base. Do you see any bad effects?

comment:5 Changed 7 years ago by Silvan Scherrer

not a bad sideeffect, but only setting TMPDIR would be wrong. So we either set all 3, as all might be used, or none.

comment:6 Changed 7 years ago by dmik

For many unix software only TMPDIR matters but we should definitely set all three (and keep them in sync) as TMP is used in some rare cases and OS/2 software of course uses TEMP.

comment:7 Changed 7 years ago by herwigb

Resolution: fixed
Status: newclosed

Fixed in changeset #1017

Note: See TracTickets for help on using tickets.