Closed
Bug 111712
Opened 24 years ago
Closed 23 years ago
Changing path to Perl in all Bugzilla files
Categories
(Bugzilla :: Documentation, defect, P2)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.16
People
(Reporter: simona, Assigned: bz)
Details
Attachments
(1 file)
796 bytes,
patch
|
Details | Diff | Splinter Review |
/docs/html/stepbystep.html#AEN692 gives this to update the path to perl
perl -pi -e 's@#!/usr/bonsaitools/bin/perl@#!/usr/bin/perl@' *cgi *pl Bug.pm
For this to work for me it needed two modifications:
* escape the ! i.e.
perl -pi -e 's@#\!/usr/bonsaitools/bin/perl@#\!/usr/bin/perl@' *cgi *pl Bug.pm
* also need to add processmail and syncshadowdb to the filelist
Updated•24 years ago
|
Priority: -- → P2
Target Milestone: --- → Bugzilla 2.16
Dumb question:
Shouldn't this be added to checksetup.pl ?
I.e, detection of the location of perl, and fixing the shebangs ?
![]() |
||
Comment 2•24 years ago
|
||
I am planning this for newinstall which should be in 2.18.
Comment 3•24 years ago
|
||
Barnboy changed his email address and opened a new account instead of having the
address changed on his existing one. Reassigning all docs bugs to his new account.
Assignee: barnboy → mbarnson
![]() |
||
Comment 4•23 years ago
|
||
![]() |
||
Updated•23 years ago
|
![]() |
||
Comment 5•23 years ago
|
||
Fixed.
Checking in docs/sgml/installation.sgml;
/cvsroot/mozilla/webtools/bugzilla/docs/sgml/installation.sgml,v <--
installation.sgml
new revision: 1.16; previous revision: 1.15
done
Gerv
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•13 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
•