summaryrefslogtreecommitdiff
path: root/misc/amanda-server/files
diff options
context:
space:
mode:
Diffstat (limited to 'misc/amanda-server/files')
-rw-r--r--misc/amanda-server/files/patch-amanda.conf.511
-rw-r--r--misc/amanda-server/files/patch-restore.c18
2 files changed, 0 insertions, 29 deletions
diff --git a/misc/amanda-server/files/patch-amanda.conf.5 b/misc/amanda-server/files/patch-amanda.conf.5
deleted file mode 100644
index a1ef3a5c6eeb..000000000000
--- a/misc/amanda-server/files/patch-amanda.conf.5
+++ /dev/null
@@ -1,11 +0,0 @@
---- man/amanda.conf.5.orig Fri Nov 10 00:01:50 2006
-+++ man/amanda.conf.5 Wed Nov 29 09:47:28 2006
-@@ -586,7 +586,7 @@
- and put one space before it. The hostname column will be 10 characters wide with
- no space to the left. The output KBytes column is seven characters wide
- with one space before it.
-- .TP
-+.TP
- \fBincludefile\fR \fB string\fR
- Default:
- \fBnone\fR. The name of an
diff --git a/misc/amanda-server/files/patch-restore.c b/misc/amanda-server/files/patch-restore.c
deleted file mode 100644
index 2c0d8a8fab66..000000000000
--- a/misc/amanda-server/files/patch-restore.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- restore-src/restore.c.orig Wed Nov 29 09:49:01 2006
-+++ restore-src/restore.c Wed Nov 29 09:49:19 2006
-@@ -1692,13 +1692,13 @@
- seentapes_t *seentapes = NULL;
- int ret;
-
-+ if(!prompt_out) prompt_out = stderr;
-+
- dbprintf(("search_tapes(prompt_out=%d, prompt_in=%d, use_changer=%d, "
- "tapelist=%p, "
- "match_list=%p, flags=%p, features=%p)\n",
- fileno(prompt_out), fileno(prompt_in), use_changer, tapelist,
- match_list, flags, their_features));
--
-- if(!prompt_out) prompt_out = stderr;
-
- if(flags->blocksize)
- blocksize = (size_t)flags->blocksize;