From d09b99cd75d28060df41b84eb4c11aee0cd32f62 Mon Sep 17 00:00:00 2001 From: "jake%bugzilla.org" <> Date: Wed, 23 Apr 2003 09:32:52 +0000 Subject: Recompile the docs from the XML source in anticipation of the 2.17.4 release. --- docs/html/faq.html | 125 +++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 98 insertions(+), 27 deletions(-) (limited to 'docs/html/faq.html') diff --git a/docs/html/faq.html b/docs/html/faq.html index 606519724..a45b7b7e3 100644 --- a/docs/html/faq.html +++ b/docs/html/faq.html @@ -138,12 +138,24 @@ HREF="faq.html#faq-general-mysql" >
We always recommend that, if possible, you keep the path - as /usr/bonsaitools/bin/perl, and simply add symlink. - This will make upgrading - your Bugzilla much easier in the future. -
A.1.10. + My perl is not located at /usr/bin/perl, is + there an easy way to change it everywhere it needs to be changed? ++ Yes, the following bit of perl magic will change all the shebang + lines. Be sure to change /usr/local/bin/perl + to your path to the perl binary. +
perl -pi -e 's@#\!/usr/bin/perl@#\!/usr/local/bin/perl@' *cgi *pl + |
There are also scripts included in the Yes. For more information including available translated templates, see http://www.bugzilla.org/download.htmlhttp://www.bugzilla.org/download.html#localizations. The admin interfaces are still not included in these translated templates and is therefore still English only. Also, there may be @@ -1833,13 +1903,14 @@ CLASS="answer" > Try Klaas Freitag's excellent patch for "whineatassigned" functionality. - You can find it at http://bugzilla.mozilla.org/show_bug.cgi?id=6679http://bugzilla.mozilla.org/show_bug.cgi?id=6679. This patch is against an older version of Bugzilla, so you must apply the diffs manually. +
Microsoft has some advice on this matter, as well:
Bugzilla Project Page for details on how to -- cgit v1.2.1