[Pkg-mc-commits] r236 - trunk/debian/patches/bugs

Patrick Winnertz winnie at alioth.debian.org
Sun Aug 9 11:05:16 UTC 2009


Author: winnie
Date: 2009-08-09 11:05:16 +0000 (Sun, 09 Aug 2009)
New Revision: 236

Modified:
   trunk/debian/patches/bugs/fish_no_report_on_failed_delete.patch
Log:
Another update of the patch...



Modified: trunk/debian/patches/bugs/fish_no_report_on_failed_delete.patch
===================================================================
--- trunk/debian/patches/bugs/fish_no_report_on_failed_delete.patch	2009-08-09 10:43:48 UTC (rev 235)
+++ trunk/debian/patches/bugs/fish_no_report_on_failed_delete.patch	2009-08-09 11:05:16 UTC (rev 236)
@@ -1,5 +1,5 @@
 diff --git a/vfs/fish.c b/vfs/fish.c
-index 1e1ccbe..7398208 100644
+index 1e1ccbe..55e61bd 100644
 --- a/vfs/fish.c
 +++ b/vfs/fish.c
 @@ -944,8 +944,11 @@ fish_chmod (struct vfs_class *me, const char *path, int mode)
@@ -52,14 +52,16 @@
  	    qsetto, rpath, qsetto, rpath);
      g_free (qsetto);
      POSTFIX(OPT_FLUSH);
-@@ -1017,18 +1029,15 @@ fish_chown (struct vfs_class *me, const char *path, int owner, int group)
+@@ -1016,19 +1028,16 @@ fish_chown (struct vfs_class *me, const char *path, int owner, int group)
+     {
  	PREFIX
  	g_snprintf (buf, sizeof(buf),
-     	    "#CHOWN %s /%s\n"
+-    	    "#CHOWN %s /%s\n"
 -	    "chown %s /%s 2>/dev/null\n"
 -	    "echo '### 000'\n", 
 -	    sowner, rpath,
 -	    sowner, rpath);
++    	    "#CHOWN %s:%s /%s\n"
 +	    "if chown %s:%s /%s 2>/dev/null; then\n"
 +		"echo '### 000'\n"
 +	    "else\n"




More information about the Pkg-mc-commits mailing list