Closed
Bug 127841
Opened 24 years ago
Closed 24 years ago
Few file arguments missing in example for perl path substitutions
Categories
(Bugzilla :: Documentation, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.16
People
(Reporter: paluch, Assigned: barnboy)
Details
There are few file arguments missing in
3.2.13 Installing the Bugzilla Files
The command:
perl -pi -e 's@#!/usr/bonsaitools/bin/perl@#!/usr/bin/perl@' \
*cgi *pl Bug.pm
Should be modified to:
perl -pi -e 's@#!/usr/bonsaitools/bin/perl@#!/usr/bin/perl@' \
*cgi *pl Bug.pm processmail syncshadowdb
i. e., add processmail and syncshadowdb to argument list. Otherwise bugzilla
will not send bug change notifications (unfortunately without any error
message).
Best regards
--Henryk Paluch
Comment 1•24 years ago
|
||
If this is true, then it needs to be fixed for 2.16. Setting Target Milestone.
Target Milestone: --- → Bugzilla 2.16
Comment 2•24 years ago
|
||
I just checked in a fix for this in the SGML source in CVS. The next time the
docs are recompiled into HTML/txt/etc, this change will be picked up in the
online version at http://www.bugzilla.org/docs/html/ (it will also be included
in the 2.16 tarball).
Status: NEW → RESOLVED
Closed: 24 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
•