summaryrefslogtreecommitdiffstats
path: root/misc/amanda-server
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2008-03-31 15:19:26 +0000
committerpav <pav@FreeBSD.org>2008-03-31 15:19:26 +0000
commitcd7c2246ab8b3a80eb354dcf3143ae166ed3e861 (patch)
tree98be6efeea2b8e942d4bf839c0c91097826f973d /misc/amanda-server
parent5b7f13866ae97d7fd7503002d781e7fce13c4adc (diff)
downloadFreeBSD-ports-cd7c2246ab8b3a80eb354dcf3143ae166ed3e861.zip
FreeBSD-ports-cd7c2246ab8b3a80eb354dcf3143ae166ed3e861.tar.gz
- Remove an odd looking misplaced patch file
Diffstat (limited to 'misc/amanda-server')
-rw-r--r--misc/amanda-server/patch-sendbackup-dump.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/misc/amanda-server/patch-sendbackup-dump.c b/misc/amanda-server/patch-sendbackup-dump.c
deleted file mode 100644
index a11c4d6..0000000
--- a/misc/amanda-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",
OpenPOWER on IntegriCloud