diff options
-rw-r--r-- | net/rdist6/files/patch-ai | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/rdist6/files/patch-ai b/net/rdist6/files/patch-ai new file mode 100644 index 0000000..7b813f5 --- /dev/null +++ b/net/rdist6/files/patch-ai @@ -0,0 +1,11 @@ +--- config/os-type.dist Fri Feb 23 03:18:41 1996 ++++ config/os-type Wed Dec 11 07:17:07 1996 +@@ -102,7 +102,7 @@ + OS="${osname}${osmajver}" + ;; + "linux"*) OS=linux;; +- "freebsd"*) OS="${osname}${osmajver}";; ++ "freebsd"*) OS="freebsd2";; + # OpenBSD looks like freebsd2 right now + "openbsd"*) OS="freebsd2";; + "dgux"*) OS=dgux;; |