aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-03-22 10:21:12 +0800
committerpeter <peter@FreeBSD.org>1999-03-22 10:21:12 +0800
commit917425cfcda713872e7d1f7c163a0a70c88ffbb9 (patch)
tree88ab7b0e5f8d5e2e40c6da64843f0bf4bd23c21a
parentf060ab088635ea574cfb39a9505f3ac93531f9b1 (diff)
downloadfreebsd-ports-graphics-917425cfcda713872e7d1f7c163a0a70c88ffbb9.tar.gz
freebsd-ports-graphics-917425cfcda713872e7d1f7c163a0a70c88ffbb9.tar.zst
freebsd-ports-graphics-917425cfcda713872e7d1f7c163a0a70c88ffbb9.zip
kludge so that the os detection doesn't think freebsd4.0 is svr4.
-rw-r--r--net/rdist6/files/patch-ai15
1 files changed, 12 insertions, 3 deletions
diff --git a/net/rdist6/files/patch-ai b/net/rdist6/files/patch-ai
index e06fe0eeeda..a07f0f13f45 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;;