From e7ca1c5ef2967eb43fbaa64e9378ca964f0bbf56 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sat, 21 Sep 1996 05:12:06 +0000 Subject: Update to rdist-6.1.3. The only major thing changed seems to be two buffer overflow problems, which shouldn't be an issue since it's not setuid. While here, do not hardcode /usr/local, use $(PREFIX). Do not patch the install target so that 'make install' does the man pages, add install.man to the ${INSTALL_TARGET} variable so that both "install" and "install.man" are done. This reduces the diff to the base source a little, but has the same overall effect. --- net/rdist6/files/patch-ad | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'net/rdist6/files/patch-ad') diff --git a/net/rdist6/files/patch-ad b/net/rdist6/files/patch-ad index 565f3d8a3113..5083cdacfea1 100644 --- a/net/rdist6/files/patch-ad +++ b/net/rdist6/files/patch-ad @@ -13,7 +13,7 @@ # BIN_DIR variable, you would uncomment the following line # or add your own line. # -! BIN_DIR = /usr/local/bin +! BIN_DIR = $(PREFIX)/bin ! OPT = -O -s ! CLIENT = rdist6 @@ -33,8 +33,8 @@ # # Site specific Man Page configuration. # -! MAN_1_DIR = /usr/local/man/man1 -! MAN_8_DIR = /usr/local/man/man8 +! MAN_1_DIR = $(PREFIX)/man/man1 +! MAN_8_DIR = $(PREFIX)/man/man8 ! MAN_OWNER = bin ! MAN_GROUP = bin #MAN_MODE = 644 -- cgit v1.2.3