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 | diff: rdist-6.1.5/config/mf: No such file or directory |
| 7 | --- rdist-6.1.5/config/os-linux.h.linux Mon Nov 9 22:59:59 1998 |
| 8 | +++ rdist-6.1.5/config/os-linux.h Thu Nov 12 14:50:35 1998 |
| 9 | @@ -58,7 +58,7 @@ |
| 10 | /* |
| 11 | * Select the type of executable file format. |
| 12 | */ |
| 13 | -#define EXE_TYPE EXE_AOUT |
| 14 | +#define EXE_TYPE EXE_ELF |
| 15 | |
| 16 | /* |
| 17 | * Select the type of statfs() system call (if any). |
| 18 | --- rdist-6.1.5/mf/Makefile.var.linux Tue Nov 10 00:02:11 1998 |
| 19 | +++ rdist-6.1.5/mf/Makefile.var Thu Nov 12 14:50:35 1998 |
| 20 | @@ -67,7 +67,7 @@ |
| 21 | # |
| 22 | # Name of YACC. |
| 23 | # |
| 24 | -#YACC = bison -y |
| 25 | +YACC = bison -y |
| 26 | |
| 27 | OPT = -g |
| 28 | RM = rm |