diff options
author | Peter Wemm <peter@FreeBSD.org> | 1999-03-22 02:21:12 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1999-03-22 02:21:12 +0000 |
commit | 6be30c4d5c34910202997ada881af7bc38bf31ed (patch) | |
tree | 126f1541b38c18b41e19219689e9ccd4ccbaef13 /net/rdist6/files | |
parent | Update 6.1.4 -> 6.1.5 (diff) |
kludge so that the os detection doesn't think freebsd4.0 is svr4.
Notes
Notes:
svn path=/head/; revision=17338
Diffstat (limited to 'net/rdist6/files')
-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;; |