debian experimental exim-daemon-heavy config
[exim.git] / src / scripts / os-type
index b4662bb0d873255502d6e5a2a4b5cf176301b071..a188c4a560dccc3cd44383a39d8a1c2e7c1d7301 100755 (executable)
@@ -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;;