]> git.pld-linux.org Git - packages/amanda.git/commitdiff
- fix xfsdump support build
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 2 Apr 2002 13:39:01 +0000 (13:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amanda-sendbackup-dump.patch -> 1.1

amanda-sendbackup-dump.patch [new file with mode: 0644]

diff --git a/amanda-sendbackup-dump.patch b/amanda-sendbackup-dump.patch
new file mode 100644 (file)
index 0000000..d271cb2
--- /dev/null
@@ -0,0 +1,39 @@
+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.10618 seconds and 4 git commands to generate.