Closed Bug 111712 Opened 24 years ago Closed 23 years ago

Changing path to Perl in all Bugzilla files

Categories

(Bugzilla :: Documentation, defect, P2)

2.14
x86
FreeBSD
defect

Tracking

()

RESOLVED FIXED
Bugzilla 2.16

People

(Reporter: simona, Assigned: bz)

Details

Attachments

(1 file)

/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
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 ?
I am planning this for newinstall which should be in 2.18.
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
Attached patch Patch v.1Splinter Review
Keywords: patch, review
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
QA Contact: matty_is_a_geek → default-qa
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: