]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 127841 - Adding processmail and syncshadowdb to the list of files that need the...
authorjake%acutex.net <>
Fri, 4 Apr 2008 11:46:02 +0000 (11:46 +0000)
committerjake%acutex.net <>
Fri, 4 Apr 2008 11:46:02 +0000 (11:46 +0000)
docs/en/xml/installation.xml

index 9303aa2d3fb9eab70c474fcff231f2c5d3263dce..9d14a02be52ed8dc61c3f72ae42317bdb790066f 100644 (file)
@@ -621,7 +621,7 @@ bash# ln -s /usr/bin/perl /usr/bonsaitools/bin/perl
            change your path to perl in all the files in your Bugzilla
            installation:
            <programlisting>
-perl -pi -e 's@#!/usr/bonsaitools/bin/perl@#!/usr/bin/perl@' *cgi *pl Bug.pm
+perl -pi -e 's@#!/usr/bonsaitools/bin/perl@#!/usr/bin/perl@' *cgi *pl Bug.pm processmail syncshadowdb
            </programlisting>
            Change the second path to perl to match your installation.
          </para>