diff options
Diffstat (limited to 'sysutils/amanda-client')
-rw-r--r-- | sysutils/amanda-client/patches/patch-ae | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sysutils/amanda-client/patches/patch-ae b/sysutils/amanda-client/patches/patch-ae new file mode 100644 index 00000000000..f9461d611f2 --- /dev/null +++ b/sysutils/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")); + |