summaryrefslogtreecommitdiff
path: root/misc/amanda25-server/files/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'misc/amanda25-server/files/patch-ae')
-rw-r--r--misc/amanda25-server/files/patch-ae14
1 files changed, 0 insertions, 14 deletions
diff --git a/misc/amanda25-server/files/patch-ae b/misc/amanda25-server/files/patch-ae
deleted file mode 100644
index c52b8e445369..000000000000
--- a/misc/amanda25-server/files/patch-ae
+++ /dev/null
@@ -1,14 +0,0 @@
---- client-src/sendbackup-gnutar.c.orig Sat Jan 4 12:46:08 2003
-+++ client-src/sendbackup-gnutar.c Thu Oct 23 19:22:31 2003
-@@ -480,7 +480,11 @@
-
- start_index(options->createindex, dumpout, mesgf, indexf, indexcmd);
-
-+#ifdef GNUTAR
-+ my_argv[i++] = "GNUTAR";
-+#else
- my_argv[i++] = "gtar";
-+#endif
- my_argv[i++] = "--create";
- my_argv[i++] = "--file";
- my_argv[i++] = "-";