From 6be30c4d5c34910202997ada881af7bc38bf31ed Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Mon, 22 Mar 1999 02:21:12 +0000 Subject: kludge so that the os detection doesn't think freebsd4.0 is svr4. --- net/rdist6/files/patch-ai | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/net/rdist6/files/patch-ai b/net/rdist6/files/patch-ai index e06fe0eeedaf..a07f0f13f45b 100644 --- a/net/rdist6/files/patch-ai +++ b/net/rdist6/files/patch-ai @@ -1,6 +1,15 @@ ---- build/os-type.dist Fri Feb 23 03:18:41 1996 -+++ build/os-type Wed Dec 11 07:17:07 1996 -@@ -102,7 +102,7 @@ +--- build/os-type.orig Tue Nov 10 11:37:27 1998 ++++ build/os-type Mon Mar 22 10:10:54 1999 +@@ -83,7 +83,7 @@ + if [ -z "${OS}" -a ! -z "${uname}" ]; then + case "`$uname -a | tr '[A-Z]' '[a-z]'`" in + osf1*) OS=break;; +- *"4.0"*) OS=svr4;; # There has to be a better way ++# *"4.0"*) OS=svr4;; # There has to be a better way + *" dcosx "*) OS=dcosx;; + *"cx/ux"*) OS=cxux;; + *"hp-ux"*) # HP-UX 9.x +@@ -111,7 +111,7 @@ OS="${osname}${osmajver}" ;; "linux"*) OS=linux;; -- cgit v1.2.3