X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fscripts%2Fos-type;h=7894de6403ab6101da89163f4f41646abc9bd942;hb=477da503b77e0c53d6ccfe3a2a6ca7596a35e7f1;hp=8fe574d93da45f0eb20cd93b9275ed1034b9eac8;hpb=e7ad8a65f1285fad97e1f283cde98eadf1d025f2;p=exim.git diff --git a/src/scripts/os-type b/src/scripts/os-type index 8fe574d93..7894de640 100755 --- a/src/scripts/os-type +++ b/src/scripts/os-type @@ -1,5 +1,5 @@ #! /bin/sh -# $Cambridge: exim/src/scripts/os-type,v 1.4 2005/06/27 10:40:14 ph10 Exp $ +# $Cambridge: exim/src/scripts/os-type,v 1.6 2009/11/13 12:18:35 nm4 Exp $ # Shell script to determine the operating system type. Some of the heuristics # herein have accumulated over the years and may not strictly be needed now, @@ -83,6 +83,7 @@ linux) os=Linux;; linux-*) os=Linux;; Linux-*) os=Linux;; netbsd*) os=NetBSD;; +NetBSD*) os=NetBSD;; openbsd*) os=OpenBSD;; osf1) os=OSF1;; qnx*) os=QNX;;