X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/e7ad8a65f1285fad97e1f283cde98eadf1d025f2..1eedc10f0c518d1878a5d94ff17b84cad233b23e:/src/scripts/os-type diff --git a/src/scripts/os-type b/src/scripts/os-type index 8fe574d93..a188c4a56 100755 --- a/src/scripts/os-type +++ b/src/scripts/os-type @@ -1,5 +1,4 @@ #! /bin/sh -# $Cambridge: exim/src/scripts/os-type,v 1.4 2005/06/27 10:40:14 ph10 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 +82,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;;