diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1996-05-17 11:15:08 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1996-05-17 11:15:08 +0000 |
| commit | c51e26b5b64f98c5033a8991fcd37da2fe602f07 (patch) | |
| tree | e46d1bee83cef18454dd66fe10eba45bb878bc7a /net/rdist6/files/patch-ad | |
| parent | fb331f334e67ca056950820b4bdfcde3de1fa4f3 (diff) | |
Update rdist-6.1.0 -> rdist-6.1.2
Among other things, it has pretty much got native FreeBSD support, does not
core dump on ^C, some sync problems, uid/gid caching fixes, symlink detection
problems, portability to new platforms..
Diffstat (limited to 'net/rdist6/files/patch-ad')
| -rw-r--r-- | net/rdist6/files/patch-ad | 43 |
1 files changed, 29 insertions, 14 deletions
diff --git a/net/rdist6/files/patch-ad b/net/rdist6/files/patch-ad index cf74a90e20d2..565f3d8a3113 100644 --- a/net/rdist6/files/patch-ad +++ b/net/rdist6/files/patch-ad @@ -1,25 +1,40 @@ -*** Makefile.local.orig Fri Feb 18 08:43:55 1994 ---- Makefile.local Mon Aug 21 02:38:50 1995 +*** Makefile.local.dist Tue Feb 6 02:50:27 1996 +--- Makefile.local Fri May 17 16:45:19 1996 *************** -*** 9,16 **** +*** 8,14 **** + # BIN_DIR variable, you would uncomment the following line # 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 ---- + # Add any local definitions you want pass to the compiler to DEFS_LOCAL +--- 8,16 ---- + # BIN_DIR variable, you would uncomment the following line # 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 +! BIN_DIR = /usr/local/bin +! OPT = -O -s +! 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". + # Add any local definitions you want pass to the compiler to DEFS_LOCAL +*************** +*** 45,52 **** + # + # Site specific Man Page configuration. + # +! #MAN_1_DIR = /usr/local/man/man1 +! #MAN_8_DIR = /usr/local/man/man8 +! #MAN_OWNER = bin +! #MAN_GROUP = bin + #MAN_MODE = 644 +--- 47,54 ---- + # + # Site specific Man Page configuration. # +! MAN_1_DIR = /usr/local/man/man1 +! MAN_8_DIR = /usr/local/man/man8 +! MAN_OWNER = bin +! MAN_GROUP = bin + #MAN_MODE = 644 |
