]> git.pld-linux.org Git - packages/amanda.git/commitdiff
- orphaned, outdated
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 21 Apr 2006 23:40:24 +0000 (23:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amanda-sendbackup-dump.patch -> 1.2

amanda-sendbackup-dump.patch [deleted file]

diff --git a/amanda-sendbackup-dump.patch b/amanda-sendbackup-dump.patch
deleted file mode 100644 (file)
index d271cb2..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-diff -ur amanda-2.4.3b3.orig/client-src/sendbackup-dump.c amanda-2.4.3b3/client-src/sendbackup-dump.c
---- amanda-2.4.3b3.orig/client-src/sendbackup-dump.c   Sun Mar  3 18:10:51 2002
-+++ amanda-2.4.3b3/client-src/sendbackup-dump.c        Sun Mar 31 23:43:49 2002
-@@ -215,7 +215,7 @@
-       dumppid = pipespawn(progname, STDIN_PIPE,
-                           &dumpin, &dumpout, &mesgf,
-                           "xfsdump",
--                          no_record ? "-J" : skip_argument,
-+                          options->no_record ? "-J" : skip_argument,
-                           "-F",
-                           "-l", dumpkeys,
-                           "-",
-@@ -241,7 +241,7 @@
-       program->restore_name = VXRESTORE;
-       dumpkeys = vstralloc(level_str,
--                           no_record ? "" : "u",
-+                           options->no_record ? "" : "u",
-                            "s",
-                            "f",
-                            NULL);
-@@ -282,7 +282,7 @@
-       program->restore_name = VRESTORE;
-       dumpkeys = vstralloc(level_str,
--                           no_record ? "" : "u",
-+                           options->no_record ? "" : "u",
-                            "b",
-                            "f",
-                            NULL);
-@@ -350,7 +350,7 @@
-     /* AIX backup program */
-     dumpkeys = vstralloc("-",
-                        level_str,
--                       no_record ? "" : "u",
-+                       options->no_record ? "" : "u",
-                        "f",
-                        NULL);
This page took 0.103299 seconds and 4 git commands to generate.