1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/net/rdist6/files/patch-ag
Steve Price a7f1509769 Tell the build process that we have paths.h so we get the correct
path to sendmail compiled into the rdist6 binary.

PR:		14548
1999-12-31 22:42:40 +00:00

20 lines
661 B
Plaintext

*** config/os-freebsd2.h.dist Mon Nov 9 21:59:55 1998
--- config/os-freebsd2.h Fri Dec 31 15:49:02 1999
***************
*** 116,121 ****
--- 116,122 ----
*/
#define HAVE_FCHOWN /* Have fchown() */
#define HAVE_FCHMOD /* Have fchmod() */
+ #define HAVE_PATHS_H /* Have paths.h */
#define HAVE_SELECT /* Have select() */
#define HAVE_SAVED_IDS /* Have POSIX style saved [ug]id's */
#define POSIX_SIGNALS /* Have POSIX signals */
***************
*** 131,133 ****
--- 132,135 ----
* that which appears in "include/paths.h".
*/
#define _PATH_REMSH "/usr/bin/rsh" /**/
+ #define _PATH_OLDRDIST "/usr/bin/rdist" /* Enable compat */