diff options
-rw-r--r-- | net/rdist6/files/patch-ai | 15 |
1 files 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;; |