Closed
Bug 50279
Opened 25 years ago
Closed 24 years ago
importxml.pl is missing in list of executable files in checksetup.pl (Fix included)
Categories
(Bugzilla :: Bugzilla-General, defect, P3)
Bugzilla
Bugzilla-General
Tracking
()
VERIFIED
FIXED
Bugzilla 2.12
People
(Reporter: e.maryniak, Assigned: justdave)
References
()
Details
(Whiteboard: 2.12)
Attachments
(1 file)
726 bytes,
patch
|
Details | Diff | Splinter Review |
In file checksetup.pl the Perl script importxml.pl is missing in
the list of files which need to be marked executable.
In line #436 is should be added to 'my @executable_files':
# These are the files which need to be marked executable
my @executable_files =
('processmail', 'whineatnews.pl', 'collectstats.pl', 'checksetup.pl',
'syncshadowdb', 'importxml.pl');
Assignee | ||
Comment 1•24 years ago
|
||
Assignee | ||
Comment 2•24 years ago
|
||
There may be more missing that are needed here... I see a few other .pl files in
there, too... not sure if they need to be executable or not. (I believe they
only need to be executable if they're being called from the shell... if they are
run by another perl script, they don't need to be). Then again, those could
always be their own bugs, too.
Updated•24 years ago
|
Whiteboard: 2.14
Updated•24 years ago
|
Whiteboard: 2.14 → 2.16
Comment 3•24 years ago
|
||
Yet another bug which has a very simple patch attached and should be closed
IMHO instead of being moved to 2.16 or whatever. Renominating for 2.12.
Patch looks good to me (r=me for what it's worth).
Whiteboard: 2.16 → 2.12
Assignee | ||
Comment 5•24 years ago
|
||
Checked in.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 6•24 years ago
|
||
Sorry for the spam, but I needed to be able to query for all of these correctly.
Target Milestone: --- → Bugzilla 2.12
Comment 7•24 years ago
|
||
Dave: Did you ever make sure all executable files were in that list?
Gerv
Assignee | ||
Comment 8•24 years ago
|
||
yes, there's been other bugs filed on executables missing from the list since
this one. The one in this bug has been taken care of. I'd say verify it, but I
probably shouldn't be the one to do it since I'm the one that marked it Fixed.
Comment 9•24 years ago
|
||
Verified on my local install checksetup.pl sets correct permissions on
importxml.pl.
Status: RESOLVED → VERIFIED
Assignee | ||
Comment 10•24 years ago
|
||
Moving closed bugs to Bugzilla product
Component: Bugzilla → Bugzilla-General
Product: Webtools → Bugzilla
Version: other → unspecified
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•