1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/net/rdist6/files/patch-ad
Peter Wemm f4e9884f94 Make the rdist-6.1.0 client executable and manpages install as "rdist6"
The server executable is still rdistd, because there is no conflict with
the standard rdist, and because it's hardcoded in the other non-freebsd
clients that exec it via rsh.
1995-08-20 18:42:59 +00:00

26 lines
649 B
Plaintext

*** Makefile.local.orig Fri Feb 18 08:43:55 1994
--- Makefile.local Mon Aug 21 02:38:50 1995
***************
*** 9,16 ****
# or add your own line.
#
! #BIN_DIR = /usr/bin
#
! # Add any local definetions you want pass to the compiler to DEFS_LOCAL
# below. This includes those items found in "config/config.h".
#
--- 9,20 ----
# or add your own line.
#
! BIN_DIR = /usr/local/bin
! OPT = -O -s
! MAN_1_DIR = /usr/local/man/man1
! MAN_8_DIR = /usr/local/man/man8
! CLIENT = rdist6
#
! # Add any local definitions you want pass to the compiler to DEFS_LOCAL
# below. This includes those items found in "config/config.h".
#