diff options
author | jeh <jeh@FreeBSD.org> | 2001-01-31 20:24:08 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2001-01-31 20:24:08 +0800 |
commit | 0cca464af35d39093e3580ee1b4f2473f512095a (patch) | |
tree | f37baa8260e7b99eb5e8ce1c2e8ef052bd4b6fa5 /misc/amanda32-server/files | |
parent | 9a5b4af273da9dcb501a159aeb1691c9fd096f66 (diff) | |
download | freebsd-ports-gnome-0cca464af35d39093e3580ee1b4f2473f512095a.tar.gz freebsd-ports-gnome-0cca464af35d39093e3580ee1b4f2473f512095a.tar.zst freebsd-ports-gnome-0cca464af35d39093e3580ee1b4f2473f512095a.zip |
Server portion of the new split amanda24 series.
o PR 17427 was partly used for the split
o PR 18872 was partly used to request plotting (gnuplot) if wanted.
o PR 21218 was used for --with-buffered-dump
o PR 22258 was also used for requesting plotting
PR: 17427 18872 21218 22258
Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com>
Submitted by: Matt Braithwaite <mab@lathian.com>
Submitted by: Brad Huntting <huntting@glarp.com>
Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
Diffstat (limited to 'misc/amanda32-server/files')
-rw-r--r-- | misc/amanda32-server/files/patch-aa | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/misc/amanda32-server/files/patch-aa b/misc/amanda32-server/files/patch-aa new file mode 100644 index 000000000000..a8b2b0674124 --- /dev/null +++ b/misc/amanda32-server/files/patch-aa @@ -0,0 +1,20 @@ +--- man/Makefile.in.orig Sat Nov 25 09:02:01 2000 ++++ man/Makefile.in Wed Jan 31 06:45:07 2001 +@@ -151,7 +151,7 @@ + + @WANT_AMPLOT_TRUE@AMPLOT_MAN_PAGES = @WANT_AMPLOT_TRUE@amplot.8 + +-COMMON_MAN_PAGES = amanda.8 ++@WANT_CLIENT_TRUE@COMMON_MAN_PAGES = @WANT_CLIENT_TRUE@amanda.8 + + @WANT_SERVER_TRUE@SERVER_MAN_PAGES = @WANT_SERVER_TRUE@amadmin.8 \ + @WANT_SERVER_TRUE@ amcheck.8 \ +@@ -171,7 +171,7 @@ + + @WANT_RECOVER_TRUE@RECOVER_MAN_PAGES = @WANT_RECOVER_TRUE@amrecover.8 + +-@WANT_RESTORE_TRUE@RESTORE_MAN_PAGES = @WANT_RESTORE_TRUE@amrestore.8 ++@WANT_CLIENT_TRUE@RESTORE_MAN_PAGES = @WANT_CLIENT_TRUE@amrestore.8 + + # not autoconf-generated: + EXTRA_DIST = amplot.8 amrestore.8 amtape.8 |