summaryrefslogtreecommitdiff
path: root/misc/amanda26-server/patch-sendbackup-dump.c
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-02-24 03:11:57 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-02-24 03:11:57 +0000
commitfa4a943c17e47bf910596a414fd7287983350b9b (patch)
treedc76cec18a505befc330e612e0a56bf1caa5ca49 /misc/amanda26-server/patch-sendbackup-dump.c
parent- Fix manpage pointing to correct PREFIX for binary and conf (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_0_0'.release/7.0.0
Diffstat (limited to 'misc/amanda26-server/patch-sendbackup-dump.c')
-rw-r--r--misc/amanda26-server/patch-sendbackup-dump.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/misc/amanda26-server/patch-sendbackup-dump.c b/misc/amanda26-server/patch-sendbackup-dump.c
deleted file mode 100644
index a11c4d68f6c1..000000000000
--- a/misc/amanda26-server/patch-sendbackup-dump.c
+++ /dev/null
@@ -1,24 +0,0 @@
---- client-src/sendbackup-dump.c.orig Fri Sep 8 13:56:23 2006
-+++ client-src/sendbackup-dump.c Fri Sep 8 13:58:27 2006
-@@ -370,6 +370,9 @@
-
- dumpkeys = vstralloc(level_str,
- options->no_record ? "" : "u",
-+#ifdef __FreeBSD__
-+ "b",
-+#endif
- "s",
- #ifdef HAVE_HONOR_NODUMP
- "h",
-@@ -391,8 +394,10 @@
- dumppid = pipespawn(cmd, STDIN_PIPE,
- &dumpin, &dumpout, &mesgf,
- cmd, config,
-- "dump",
- dumpkeys,
-+#ifdef __FreeBSD__
-+ "64",
-+#endif
- "1048576",
- #ifdef HAVE_HONOR_NODUMP
- "0",