diff options
author | mbarnson%sisna.com <> | 2008-04-04 13:46:16 +0200 |
---|---|---|
committer | mbarnson%sisna.com <> | 2008-04-04 13:46:16 +0200 |
commit | 1b5e69f48be436520b690d7e58006d9034a1f1a6 (patch) | |
tree | 52c9424f95210096a4ab6b98c5dfb1b8c4766e08 /docs | |
parent | f903ee7bf9ffd0ed6701a5d94b2b1a4d6b1bd9bd (diff) | |
download | bugzilla-1b5e69f48be436520b690d7e58006d9034a1f1a6.tar.gz bugzilla-1b5e69f48be436520b690d7e58006d9034a1f1a6.tar.xz |
Included note regarding the origin of "bonsaitools", per
bug 174922.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/xml/installation.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index d24f7b9a6..8d1a94ec7 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -608,6 +608,23 @@ AllowOverride Limit for Perl. This can be done using the following Perl one-liner, but I suggest using the symlink approach to avoid upgrade hassles. </para> + + <note> + <para><quote>Bonsaitools</quote> is the name Terry Weissman, the + original author of Bugzilla, created + for his suite of webtools at the time he created Bugzilla and several + other tools in use at mozilla.org. He created a directory, + <filename>/usr/bonsaitools</filename> to house his specific versions + of perl and other utilities. This usage is still current at + <ulink url="http://bugzilla.mozilla.org/">bugzilla.mozilla.org</ulink>, + but in general most other places do not use it. You can either edit + the paths at the start of each perl file to the correct location of + perl on your system, or simply bow to history and create a + <filename>/usr/bonsaitools</filename> and <filename>/usr/bonsaitools/bin + </filename> directory, placing a symlink to perl on your system + inside <filename>/usr/bonsaitools/bin</filename> + </para> + </note> <para> <programlisting> |