Received: (qmail 17789 invoked by uid 2012); 9 Jun 1998 12:36:26 -0000 Message-Id: <19980609123626.17788.qmail@hyperreal.org> Date: 9 Jun 1998 12:36:26 -0000 From: Sean Boudreau Reply-To: seanb@qnx.com To: apbugs@hyperreal.org Subject: apache_1.3.0/src/helpers/GuessOS not general enough to properly guess 32 bit X-Send-Pr-Version: 3.2 >Number: 2390 >Category: os-qnx >Synopsis: apache_1.3.0/src/helpers/GuessOS not general enough to properly guess 32 bit >Confidential: no >Severity: non-critical >Priority: medium >Responsible: apache >State: closed >Class: support >Submitter-Id: apache >Arrival-Date: Tue Jun 9 05:40:01 PDT 1998 >Last-Modified: Wed Jun 10 01:16:26 PDT 1998 >Originator: seanb@qnx.com >Organization: >Release: 1.3.0 >Environment: QNX 107 G 424 PCI 32 >Description: apache_1.3.0/src/helpers/GuessOS not general enough to properly guess 32 bit QNX environment. >How-To-Repeat: >Fix: Here's a suggested diff: 142,143c142 < case "$VERSION" in < 423) --- > if [ "$VERSION" -gt 422 ]; then 145,146c144 < ;; < *) --- > else 148,149c146 < ;; < esac --- > fi >Audit-Trail: State-Changed-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Wed Jun 10 01:16:26 PDT 1998 State-Changed-Why: Thanks, I applied the patch... in the future it'd be better to send "diff -u" output because it works better when line numbers have changed/moved. If you know Brian Stetcher, tell him Dean says "hi". Dean >Unformatted: [In order for any reply to be added to the PR database, ] [you need to include in the Cc line ] [and leave the subject line UNCHANGED. This is not done] [automatically because of the potential for mail loops. ] QNX environment.