blob: 15fc23fbd89232a1db323886adcd3859b6a9f865 (
plain) (
tree)
|
|
--- rdist-6.1.5/build/os-type.svr4 2003-12-17 12:44:18.000000000 +0100
+++ rdist-6.1.5/build/os-type 2003-12-17 12:44:29.000000000 +0100
@@ -83,7 +83,6 @@
if [ -z "${OS}" -a ! -z "${uname}" ]; then
case "`$uname -a | tr '[A-Z]' '[a-z]'`" in
osf1*) OS=break;;
- *"4.0"*) OS=svr4;; # There has to be a better way
*" dcosx "*) OS=dcosx;;
*"cx/ux"*) OS=cxux;;
*"hp-ux"*) # HP-UX 9.x
|