]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 111712 - update command for changing path to Perl.
authorgerv%gerv.net <>
Thu, 2 May 2002 05:56:48 +0000 (05:56 +0000)
committergerv%gerv.net <>
Thu, 2 May 2002 05:56:48 +0000 (05:56 +0000)
docs/sgml/installation.sgml
docs/xml/installation.xml

index 80105f2d521dec79d3839f78c0c349b46cde0ba3..2697bb391cd305f05571ef248c0d7aac6283cf07 100644 (file)
@@ -626,7 +626,8 @@ 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 processmail syncshadowdb
+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>
index 80105f2d521dec79d3839f78c0c349b46cde0ba3..2697bb391cd305f05571ef248c0d7aac6283cf07 100644 (file)
@@ -626,7 +626,8 @@ 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 processmail syncshadowdb
+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>