X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=blobdiff_plain;f=src%2Fscripts%2Fos-type;h=7894de6403ab6101da89163f4f41646abc9bd942;hp=b4662bb0d873255502d6e5a2a4b5cf176301b071;hb=9bf3d68ffa00457501303619e881bca55a1e3630;hpb=96535b98872036fb590dc53aee194956b66243ac diff --git a/src/scripts/os-type b/src/scripts/os-type index b4662bb0d..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.5 2006/03/16 14:00:50 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,11 +83,7 @@ linux) os=Linux;; linux-*) os=Linux;; Linux-*) os=Linux;; netbsd*) os=NetBSD;; -NetBSD*) version=`uname -r` - case "$version" in - 3.*) os=NetBSD3;; - *) os=NetBSD;; - esac;; +NetBSD*) os=NetBSD;; openbsd*) os=OpenBSD;; osf1) os=OSF1;; qnx*) os=QNX;;