diff options
author | James E. Housley <jeh@FreeBSD.org> | 2003-10-23 23:35:31 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2003-10-23 23:35:31 +0000 |
commit | 9b35bf9c6e924bf42433770de10951da827dd49a (patch) | |
tree | b3197e9b9e5a472702770b1f5f17b827909823f2 /misc/amanda32-server/files/patch-ae | |
parent | Install man page. (diff) |
Fix to remove an explict referenct to gtar.
Bump Portrevision
PR: 57843
Submitted By: Kirk Strauser <kirk@strauser.com>
Notes
Notes:
svn path=/head/; revision=92000
Diffstat (limited to 'misc/amanda32-server/files/patch-ae')
-rw-r--r-- | misc/amanda32-server/files/patch-ae | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/misc/amanda32-server/files/patch-ae b/misc/amanda32-server/files/patch-ae new file mode 100644 index 000000000000..c52b8e445369 --- /dev/null +++ b/misc/amanda32-server/files/patch-ae @@ -0,0 +1,14 @@ +--- client-src/sendbackup-gnutar.c.orig Sat Jan 4 12:46:08 2003 ++++ client-src/sendbackup-gnutar.c Thu Oct 23 19:22:31 2003 +@@ -480,7 +480,11 @@ + + start_index(options->createindex, dumpout, mesgf, indexf, indexcmd); + ++#ifdef GNUTAR ++ my_argv[i++] = "GNUTAR"; ++#else + my_argv[i++] = "gtar"; ++#endif + my_argv[i++] = "--create"; + my_argv[i++] = "--file"; + my_argv[i++] = "-"; |