You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Randy Terbush <ra...@Covalent.NET> on 1998/02/20 16:51:20 UTC

[kawato@ksp.nis.nec.co.jp (KAWATO Katsushi)] sysv4 patch for GuessOS

------- Start of forwarded message -------
To: apache@apache.org
Subject: sysv4 patch for GuessOS
From: kawato@ksp.nis.nec.co.jp (KAWATO Katsushi)
Date: Fri, 20 Feb 1998 20:53:54 +0900
Message-ID: <18...@ksp.nis.nec.co.jp>

For some minor SYSV4-OS.  (NEC EWS4800/UP4800, etc.)

--- GuessOS.orig	Wed Jan 14 08:11:06 1998
+++ GuessOS	Fri Feb 20 20:41:34 1998
@@ -231,6 +231,10 @@
 	echo "whatever-unisys-sysv4"; exit 0;
 	;;
 
+    UNIX_SV:*)
+	echo "${MACHINE}-whatever-sysv4"; exit 0;
+	;;
+
 esac
 
 #
------
KAWATO Katsushi <ka...@ksp.nis.nec.co.jp>

------- End of forwarded message -------