]> git.pld-linux.org Git - packages/amanda.git/commitdiff
- ignore harmless warning from tar
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 10 May 2004 10:57:08 +0000 (10:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amanda-tar.patch -> 1.1

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

diff --git a/amanda-tar.patch b/amanda-tar.patch
new file mode 100644 (file)
index 0000000..4280a90
--- /dev/null
@@ -0,0 +1,10 @@
+--- amanda-2.4.4p2/client-src/sendbackup-gnutar.c~     2003-10-30 19:04:45.000000000 +0100
++++ amanda-2.4.4p2/client-src/sendbackup-gnutar.c      2004-05-10 12:55:24.962182232 +0200
+@@ -58,6 +58,7 @@
+   /* GNU tar 1.13.17 will print this warning when (not) backing up a
+      Unix named socket.  */
+   AM_NORMAL_RE(": socket ignored$"),
++  AM_NORMAL_RE(": Removing leading .* from member names$"),
+   /* GNUTAR produces a few error messages when files are modified or
+      removed while it is running.  They may cause data to be lost, but
This page took 0.045216 seconds and 4 git commands to generate.