X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=blobdiff_plain;f=src%2Fscripts%2Fos-type;h=a188c4a560dccc3cd44383a39d8a1c2e7c1d7301;hp=b4662bb0d873255502d6e5a2a4b5cf176301b071;hb=accf9211ea33262b8865805a4f61155f26320444;hpb=e49c7bb4f46fa45f02cf97e56e4e3aaac01ad8a9 diff --git a/src/scripts/os-type b/src/scripts/os-type index b4662bb0d..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.5 2006/03/16 14:00:50 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,11 +82,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;;