Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 1 | Upstream-Status: Inappropriate [1] |
| 2 | |
| 3 | [1] Not the author, the patch is from: |
| 4 | http://vault.centos.org/5.8/os/SRPMS/rdist-6.1.5-44.src.rpm |
| 5 | |
| 6 | --- rdist-6.1.5/build/os-type.svr4 2003-12-17 12:44:18.000000000 +0100 |
| 7 | +++ rdist-6.1.5/build/os-type 2003-12-17 12:44:29.000000000 +0100 |
| 8 | @@ -83,7 +83,6 @@ |
| 9 | if [ -z "${OS}" -a ! -z "${uname}" ]; then |
| 10 | case "`$uname -a | tr '[A-Z]' '[a-z]'`" in |
| 11 | osf1*) OS=break;; |
| 12 | - *"4.0"*) OS=svr4;; # There has to be a better way |
| 13 | *" dcosx "*) OS=dcosx;; |
| 14 | *"cx/ux"*) OS=cxux;; |
| 15 | *"hp-ux"*) # HP-UX 9.x |