mirror of
git://slackware.nl/current.git
synced 2024-12-27 09:59:16 +01:00
11 lines
399 B
Diff
11 lines
399 B
Diff
|
--- 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
|