You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by pg...@sweng.stortek.com on 2000/01/10 07:38:26 UTC

[PATCH] 2.0 GuessOS fallback

This propagates to 2.0 the following 1.3.10 patch:
     _________________________________________________________________________________

   1.64 Sun Nov 28 11:24:27 1999 by rse
   Diffs to 1.63
Replaced pipes with commas in GuessOS' fallback output (displayed for not
explicitly recognized platforms) to avoid side-effects with APACI's --shadow
feature and similar uses where GuessOS' output is used directly on the
filesystem (where pipes are meta-characters!).

Submitted by: Paul Gilmartin <pg...@sweng.stortek.com>
Adjusted and reviewed by: Ralf S. Engelschall
PR: 5303
     _________________________________________________________________________________

-- gil
-- 
StorageTek
INFORMATION made POWERFUL
========================================================================
diff -bru orig/apache-2.0/src/helpers/GuessOS apache-2.0/src/helpers/GuessOS
--- orig/apache-2.0/src/helpers/GuessOS	Mon Aug 23 23:50:35 1999
+++ apache-2.0/src/helpers/GuessOS	Thu Dec 30 14:47:33 1999
@@ -326,5 +326,5 @@
 # At this point we gone through all the one's
 # we know of: Punt
 
-echo "${MACHINE}-whatever-${SYSTEM}|${RELEASE}|${VERSION}" 
+echo "${MACHINE}-whatever-${SYSTEM},${RELEASE},${VERSION}" 
 exit 0