1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| Upstream-Status: Inappropriate [1]
|
| [1] Not the author, the patch is from:
| http://vault.centos.org/5.8/os/SRPMS/rdist-6.1.5-44.src.rpm
|
| --- 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
|
|