Blame SOURCES/amanda-3.1.1-xattrs.patch

f09cb9
diff -up amanda-3.1.1/example/amanda.conf.in.xattrs amanda-3.1.1/example/amanda.conf.in
f09cb9
--- amanda-3.1.1/example/amanda.conf.in.xattrs	2010-08-03 14:45:25.000000000 +0200
f09cb9
+++ amanda-3.1.1/example/amanda.conf.in	2010-08-03 14:47:42.516753010 +0200
f09cb9
@@ -718,6 +718,7 @@ define interface local {
f09cb9
 define application-tool app_amgtar {
f09cb9
     comment "amgtar"
f09cb9
     plugin  "amgtar"
f09cb9
+    property "XATTRS" "YES"
f09cb9
     #property "GNUTAR-PATH" "/path/to/gtar"
f09cb9
     #property "GNUTAR-LISTDIR" "/path/to/gnutar_list_dir"
f09cb9
                     #default from gnutar_list_dir setting in amanda-client.conf
f09cb9
diff -up amanda-3.1.1/example/template.d/amanda-harddisk.conf.in.xattrs amanda-3.1.1/example/template.d/amanda-harddisk.conf.in
f09cb9
--- amanda-3.1.1/example/template.d/amanda-harddisk.conf.in.xattrs	2010-06-29 19:09:55.000000000 +0200
f09cb9
+++ amanda-3.1.1/example/template.d/amanda-harddisk.conf.in	2010-08-03 14:47:17.027752940 +0200
f09cb9
@@ -30,6 +30,7 @@ define dumptype global {
f09cb9
 define application-tool app_amgtar {
f09cb9
     comment "amgtar"
f09cb9
     plugin  "amgtar"
f09cb9
+    property "XATTRS" "YES"
f09cb9
     #property "GNUTAR-PATH" "/path/to/gtar"
f09cb9
     #property "GNUTAR-LISTDIR" "/path/to/gnutar_list_dir"
f09cb9
 }
f09cb9
diff -up amanda-3.1.1/example/template.d/amanda-single-tape.conf.in.xattrs amanda-3.1.1/example/template.d/amanda-single-tape.conf.in
f09cb9
--- amanda-3.1.1/example/template.d/amanda-single-tape.conf.in.xattrs	2010-06-29 19:09:55.000000000 +0200
f09cb9
+++ amanda-3.1.1/example/template.d/amanda-single-tape.conf.in	2010-08-03 14:47:21.307753002 +0200
f09cb9
@@ -37,6 +37,7 @@ define dumptype global {
f09cb9
 define application-tool app_amgtar {
f09cb9
     comment "amgtar"
f09cb9
     plugin  "amgtar"
f09cb9
+    property "XATTRS" "YES"
f09cb9
     #property "GNUTAR-PATH" "/path/to/gtar"
f09cb9
     #property "GNUTAR-LISTDIR" "/path/to/gnutar_list_dir"
f09cb9
 }
f09cb9
diff -up amanda-3.1.1/example/template.d/amanda-S3.conf.in.xattrs amanda-3.1.1/example/template.d/amanda-S3.conf.in
f09cb9
--- amanda-3.1.1/example/template.d/amanda-S3.conf.in.xattrs	2010-06-29 19:09:55.000000000 +0200
f09cb9
+++ amanda-3.1.1/example/template.d/amanda-S3.conf.in	2010-08-03 14:47:26.723752659 +0200
f09cb9
@@ -38,6 +38,7 @@ define dumptype global {
f09cb9
 define application-tool app_amgtar {
f09cb9
     comment "amgtar"
f09cb9
     plugin  "amgtar"
f09cb9
+    property "XATTRS" "YES"
f09cb9
     #property "GNUTAR-PATH" "/path/to/gtar"
f09cb9
     #property "GNUTAR-LISTDIR" "/path/to/gnutar_list_dir"
f09cb9
 }
f09cb9
diff -up amanda-3.1.1/example/template.d/amanda-tape-changer.conf.in.xattrs amanda-3.1.1/example/template.d/amanda-tape-changer.conf.in
f09cb9
--- amanda-3.1.1/example/template.d/amanda-tape-changer.conf.in.xattrs	2010-06-29 19:09:55.000000000 +0200
f09cb9
+++ amanda-3.1.1/example/template.d/amanda-tape-changer.conf.in	2010-08-03 14:47:30.827752997 +0200
f09cb9
@@ -37,6 +37,7 @@ define dumptype global {
f09cb9
 define application-tool app_amgtar {
f09cb9
     comment "amgtar"
f09cb9
     plugin  "amgtar"
f09cb9
+    property "XATTRS" "YES"
f09cb9
     #property "GNUTAR-PATH" "/path/to/gtar"
f09cb9
     #property "GNUTAR-LISTDIR" "/path/to/gnutar_list_dir"
f09cb9
 }