Closed
Bug 111730
Opened 24 years ago
Closed 24 years ago
perl version 5.005 require mode passed to mkdir
Categories
(Webtools Graveyard :: Mozbot, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
2.2
People
(Reporter: daniele, Assigned: ian)
References
()
Details
Attachments
(1 file)
|
675 bytes,
patch
|
Details | Diff | Splinter Review |
Here mozbot.pl use
mkdir(dirname);
my version of perl (5.005) require
mkdir(dirname, mode);
http://lxr.mozilla.org/mozilla/source/webtools/mozbot/mozbot.pl#158
change to mkdir($LOGFILEDIR, 0600); ....
| Assignee | ||
Comment 1•24 years ago
|
||
This should fix it -- need a review so I can check this in :-)
| Reporter | ||
Comment 2•24 years ago
|
||
Checked hixie mini-patch.
r=daniele
Summary: perl version 5.005 require mode passed to mkdir → perl version 5.005 require mode passed to mkdir
| Assignee | ||
Comment 3•24 years ago
|
||
checked in
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•24 years ago
|
QA Contact: timeless → kerz
Updated•20 years ago
|
QA Contact: kerz → mozbot
Updated•17 years ago
|
Target Milestone: --- → 2.2
Updated•7 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•