From a559adb2fe3f9d1afc3efeaa9cb261dcc58222b7 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 10 Jan 2005 10:03:35 +0000 Subject: These patches do not appear to be needed (and break the build) with the new tar version. --- package/tar/tar-remote-shell.patch | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 package/tar/tar-remote-shell.patch (limited to 'package/tar/tar-remote-shell.patch') diff --git a/package/tar/tar-remote-shell.patch b/package/tar/tar-remote-shell.patch deleted file mode 100644 index 962da2e10..000000000 --- a/package/tar/tar-remote-shell.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- tar.broke/src/tar.c.orig 2004-10-10 21:39:07.872276960 -0400 -+++ tar/src/tar.c 2004-10-10 21:39:52.512490616 -0400 -@@ -544,10 +544,18 @@ - show_default_settings (FILE *stream) - { - fprintf (stream, -- "--format=%s -f%s -b%d --rmt-command=%s --rsh-command=%s\n", -+ "--format=%s -f%s -b%d --rmt-command=%s" -+#ifdef REMOTE_SHELL -+" --rsh-command=%s" -+#endif -+ "\n", - archive_format_string (DEFAULT_ARCHIVE_FORMAT), - DEFAULT_ARCHIVE, DEFAULT_BLOCKING, -- DEFAULT_RMT_COMMAND, REMOTE_SHELL); -+ DEFAULT_RMT_COMMAND -+#ifdef REMOTE_SHELL -+ ,REMOTE_SHELL -+#endif -+ ); - } - - static void -- cgit v1.2.3