summaryrefslogtreecommitdiff
path: root/sysutils/amanda-client/patches/patch-ad
diff options
context:
space:
mode:
authorchristos <christos>2001-06-26 03:14:11 +0000
committerchristos <christos>2001-06-26 03:14:11 +0000
commit81dcc0007e6e7b894a956ceec61d06975b769d3b (patch)
tree63d512357a9d6b5a6aaa2b59fd26746d6cc24602 /sysutils/amanda-client/patches/patch-ad
parent43721ad5beee64b797093da2b542321b8f6659a0 (diff)
downloadpkgsrc-81dcc0007e6e7b894a956ceec61d06975b769d3b.tar.gz
Prepare for 2.4.2p2
This is a bug fix release. Improve debugging support, fix some fd leaks and add barcode reader support. For more details, refer to the Changelog.
Diffstat (limited to 'sysutils/amanda-client/patches/patch-ad')
-rw-r--r--sysutils/amanda-client/patches/patch-ad18
1 files changed, 8 insertions, 10 deletions
diff --git a/sysutils/amanda-client/patches/patch-ad b/sysutils/amanda-client/patches/patch-ad
index b47a4196eb3..74d45935cef 100644
--- a/sysutils/amanda-client/patches/patch-ad
+++ b/sysutils/amanda-client/patches/patch-ad
@@ -1,15 +1,13 @@
-$NetBSD: patch-ad,v 1.4 2001/01/16 21:59:30 cjones Exp $
+$NetBSD: patch-ad,v 1.5 2001/06/26 03:14:11 christos Exp $
---- man/Makefile.in.orig Sat Nov 25 07:02:01 2000
-+++ man/Makefile.in Mon Jan 15 16:59:05 2001
-@@ -176,9 +176,7 @@
+--- man/Makefile.in.orig Tue Apr 3 15:55:45 2001
++++ man/Makefile.in Mon Jun 25 22:09:13 2001
+@@ -159,7 +159,7 @@
# not autoconf-generated:
EXTRA_DIST = amplot.8 amrestore.8 amtape.8
--man_MANS = $(AMPLOT_MAN_PAGES) \
-- $(COMMON_MAN_PAGES) \
-- $(SERVER_MAN_PAGES) \
-+man_MANS = $(SERVER_MAN_PAGES) \
- $(RECOVER_MAN_PAGES) \
- $(RESTORE_MAN_PAGES)
+-man_MANS = $(AMPLOT_MAN_PAGES) $(COMMON_MAN_PAGES) $(SERVER_MAN_PAGES) $(RECOVER_MAN_PAGES) $(RESTORE_MAN_PAGES)
++man_MANS = $(SERVER_MAN_PAGES) $(RECOVER_MAN_PAGES) $(RESTORE_MAN_PAGES)
+ mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
+ CONFIG_HEADER = ../config/config.h