Return-Path: Delivered-To: new-httpd-archive@hyperreal.org Received: (qmail 16765 invoked by uid 6000); 28 Sep 1998 16:16:30 -0000 Received: (qmail 16758 invoked from network); 28 Sep 1998 16:16:29 -0000 Received: from ns1.covalent.net (HELO zuul.covalent.net) (208.214.56.2) by taz.hyperreal.org with SMTP; 28 Sep 1998 16:16:29 -0000 Received: from montana.covalent.net (montana.covalent.net [207.91.27.101]) by zuul.covalent.net (8.8.8/8.8.7) with ESMTP id LAA03480 for ; Mon, 28 Sep 1998 11:16:27 -0500 (CDT) (envelope-from randy@Covalent.NET) Received: (from randy@localhost) by montana.covalent.net (8.8.8/8.8.7) id LAA08012; Mon, 28 Sep 1998 11:16:36 -0500 (CDT) (envelope-from randy) To: new-httpd@apache.org Subject: ["Cameron, Steve" ] patch to GuessOS for SCO Unixware 7.0.1 Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: multipart/mixed; boundary="Multipart_Mon_Sep_28_11:16:35_1998-1" Content-Transfer-Encoding: 7bit From: Randy Terbush Date: 28 Sep 1998 11:16:35 -0500 Message-ID: Lines: 49 X-Mailer: Gnus v5.5/XEmacs 20.4 - "Diamond" Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org --Multipart_Mon_Sep_28_11:16:35_1998-1 Content-Type: text/plain; charset=US-ASCII Not acked. --Multipart_Mon_Sep_28_11:16:35_1998-1 Content-Type: message/rfc822 Message-ID: <427351B4DEABD111A99400805F19E9BB011BAFAE@exchou-prod0901.eng.hou.compaq.com> From: "Cameron, Steve" To: "'apache@apache.org'" Subject: patch to GuessOS for SCO Unixware 7.0.1 Date: Mon, 28 Sep 1998 09:47:21 -0500 MIME-Version: 1.0 Content-Type: text/plain Here's a simpleminded patch to src/helpers/GuessOS to make apache 1.3.2 build on SCO Unixware 7.0.1 (Unixware 7.0.1 is a bugfix release after the first release of Unixware 7.) I don't know if this is the best way to handle this, but it worked for me. Thanks, -- Steve Cameron steve.cameron@compaq.com *** GuessOS.orig Mon Sep 28 09:02:03 1998 --- GuessOS Mon Sep 28 09:02:52 1998 *************** *** 55,60 **** --- 55,64 ---- 5) if [ "x$VERSION" = "x7" ]; then echo "${MACHINE}-whatever-unixware7"; exit 0 + else + if [ "x$VERSION" = "x7.0.1" ]; then + echo "${MACHINE}-whatever-unixware7"; exit 0 + fi fi ;; esac --Multipart_Mon_Sep_28_11:16:35_1998-1--