Closed
Bug 55163
Opened 24 years ago
Closed 24 years ago
appreg created in wrong directory
Categories
(SeaMonkey :: General, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: colin, Assigned: colin)
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
Current M18 code (2000100218), if my HOME directory is
ALPHA$DKA0:[USERS.CBLAKE] and I am running
Mozilla from DKA0:[M18OPT], then the first time
I start Mozilla (and component.reg is created),
the following directory is created:
DKA0:[M18OPT.ALPHA$DKA0.USERS.CBLAKE._MOZILLA]
and inside the file APPREG.; is created.
I believe that APPREG should be created in
ALPHA$DKA0:[USERS.CBLAKE._MOZILLA]
Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•24 years ago
|
||
Problem caused because getenv("HOME") on VMS returns a VMS style filespec, not
a UNIX style one. So canonify thought that it had a relative dirspec and so
prepended cwd. The fix is to modify where we do the getenv and make sure that
we always return the dirspec in UNIX format.
I'll attempt to attach the patch next. Not sure if I've tried making an
attachment from Mozilla on OpenVMS before.
Assignee | ||
Comment 2•24 years ago
|
||
Comment 3•24 years ago
|
||
r=dougt
Assignee | ||
Comment 4•24 years ago
|
||
I got an sr=blizzard via mail. This fix is now checked in to the trunk.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•