Closed Bug 127841 Opened 23 years ago Closed 23 years ago

Few file arguments missing in example for perl path substitutions

Categories

(Bugzilla :: Documentation, defect)

2.14.1
x86
Linux
defect
Not set
trivial

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
If this is true, then it needs to be fixed for 2.16. Setting Target Milestone.
Target Milestone: --- → Bugzilla 2.16
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: 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.