aboutsummaryrefslogtreecommitdiffstats
path: root/net/rdist6/files/patch-ai
blob: a07f0f13f45ba45898b034ae83314731d9be52ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- 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;;
-       "freebsd"*) OS="${osname}${osmajver}";;
+       "freebsd"*) OS="freebsd2";;
        # OpenBSD looks like freebsd2 right now
        "openbsd"*) OS="freebsd2";;
        "dgux"*)    OS=dgux;;