You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Brent Nordquist <bj...@visi.com> on 1999/07/22 16:47:51 UTC

mod_jserv/4752: INSTALL typos

>Number:         4752
>Category:       mod_jserv
>Synopsis:       INSTALL typos
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    jserv
>State:          open
>Class:          doc-bug
>Submitter-Id:   apache
>Arrival-Date:   Thu Jul 22 07:50:01 PDT 1999
>Last-Modified:
>Originator:     bjn@visi.com
>Organization:
apache
>Release:        1.3.6 + 1.0 final
>Environment:
Documentation -- N/A.
>Description:
The INSTALL file has one typo in two places (--with-jdk=home= should be --with-jdk-home=).
>How-To-Repeat:
Documentation -- N/A.
>Fix:
*** INSTALL.orig	Wed Jun  9 00:21:20 1999
--- INSTALL	Thu Jul 22 08:55:24 1999
***************
*** 193,199 ****
          ./configure \
                  --prefix=/usr/local/jserv \
                  --with-apache-src=/usr/local/apache/source \
!                 --with-jdk=home=/path/to/jdk \
                  --with-jsdk=/path/to/jsdk \
                  --disable-debugging
  
--- 193,199 ----
          ./configure \
                  --prefix=/usr/local/jserv \
                  --with-apache-src=/usr/local/apache/source \
!                 --with-jdk-home=/path/to/jdk \
                  --with-jsdk=/path/to/jsdk \
                  --disable-debugging
  
***************
*** 202,208 ****
          ./configure \
                  --prefix=/usr/local/jserv \
                  --with-apache-install=/usr/local/apache \
!                 --with-jdk=home=/path/to/jdk \
                  --with-jsdk=/path/to/jsdk \
                  --disable-debugging
  
--- 202,208 ----
          ./configure \
                  --prefix=/usr/local/jserv \
                  --with-apache-install=/usr/local/apache \
!                 --with-jdk-home=/path/to/jdk \
                  --with-jsdk=/path/to/jsdk \
                  --disable-debugging
>Audit-Trail:
>Unformatted:
[In order for any reply to be added to the PR database, you need]
[to include <ap...@Apache.Org> in the Cc line and make sure the]
[subject line starts with the report component and number, with ]
[or without any 'Re:' prefixes (such as "general/1098:" or      ]
["Re: general/1098:").  If the subject doesn't match this       ]
[pattern, your message will be misfiled and ignored.  The       ]
["apbugs" address is not added to the Cc line of messages from  ]
[the database automatically because of the potential for mail   ]
[loops.  If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request from a  ]
[developer.  Reply only with text; DO NOT SEND ATTACHMENTS!     ]