[Pkg-mc-commits] r23 - in trunk/debian: . patches

winnie at alioth.debian.org winnie at alioth.debian.org
Wed Feb 13 16:22:19 UTC 2008


Author: winnie
Date: 2008-02-13 16:22:18 +0000 (Wed, 13 Feb 2008)
New Revision: 23

Added:
   trunk/debian/compat
   trunk/debian/patches/50_ignore_ftp_chmod_error.patch
Log:
Forgot to add


Added: trunk/debian/compat
===================================================================
--- trunk/debian/compat	                        (rev 0)
+++ trunk/debian/compat	2008-02-13 16:22:18 UTC (rev 23)
@@ -0,0 +1 @@
+5

Added: trunk/debian/patches/50_ignore_ftp_chmod_error.patch
===================================================================
--- trunk/debian/patches/50_ignore_ftp_chmod_error.patch	                        (rev 0)
+++ trunk/debian/patches/50_ignore_ftp_chmod_error.patch	2008-02-13 16:22:18 UTC (rev 23)
@@ -0,0 +1,12 @@
+diff -Nurwd mc-4.6.2~pre1.orig/vfs/ftpfs.c mc-4.6.2~pre1/vfs/ftpfs.c
+--- mc-4.6.2~pre1.orig/vfs/ftpfs.c	2008-02-13 16:10:32.000000000 +0100
++++ mc-4.6.2~pre1/vfs/ftpfs.c	2008-02-13 16:54:31.000000000 +0100
+@@ -1525,7 +1525,7 @@
+     char buf[BUF_SMALL];
+ 
+     g_snprintf(buf, sizeof(buf), "SITE CHMOD %4.4o /%%s", mode & 07777);
+-    return ftpfs_send_command(me, path, buf, OPT_FLUSH);
++    return ftpfs_send_command(me, path, buf, OPT_FLUSH | OPT_IGNORE_ERROR);
+ }
+ 
+ static int ftpfs_chown (struct vfs_class *me, const char *path, int owner, int group)




More information about the Pkg-mc-commits mailing list