summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorbouyer <bouyer>1999-02-26 12:16:15 +0000
committerbouyer <bouyer>1999-02-26 12:16:15 +0000
commit3a2d753f02fab0d98f28fbc9c1921df3c07dcb4f (patch)
tree9772606e2c07f0acbd8fdc596fd6c18969792619 /misc
parentc3a6634fcc137ce3dfc4f0497da6e28619f216d7 (diff)
downloadpkgsrc-3a2d753f02fab0d98f28fbc9c1921df3c07dcb4f.tar.gz
samba-2.0.2's tar client prints statistic on stderr by default. Disable
this by addind 'q' to the tar options.
Diffstat (limited to 'misc')
-rw-r--r--misc/amanda-client/patches/patch-ae17
1 files changed, 17 insertions, 0 deletions
diff --git a/misc/amanda-client/patches/patch-ae b/misc/amanda-client/patches/patch-ae
new file mode 100644
index 00000000000..f9461d611f2
--- /dev/null
+++ b/misc/amanda-client/patches/patch-ae
@@ -0,0 +1,17 @@
+--- client-src/sendbackup-gnutar.c.old Fri Feb 26 12:02:58 1999
++++ client-src/sendbackup-gnutar.c Fri Feb 26 12:06:59 1999
+@@ -300,11 +300,11 @@
+ }
+ if (level==0) {
+ if (no_record)
+- taropt = "-Tc";
++ taropt = "-Tqc";
+ else
+- taropt = "-Tca";
++ taropt = "-Tqca";
+ } else
+- taropt = "-Tcg";
++ taropt = "-Tqcg";
+ dbprintf(("backup from %s, user %s, pass %s\n",
+ sharename, SAMBA_USER, "XXXXX"));
+