Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in src/patchsets/coreutils/6.10: 004_all_coreutils-acl-xattr.patch README.history
Date: Sat, 23 Feb 2008 04:17:25
Message-Id: E1JSlpB-00023P-Pw@stork.gentoo.org
1 vapier 08/02/23 04:17:21
2
3 Modified: 004_all_coreutils-acl-xattr.patch README.history
4 Log:
5 fix up copying extended attributes #156771 by Christoph Schulz
6
7 Revision Changes Path
8 1.2 src/patchsets/coreutils/6.10/004_all_coreutils-acl-xattr.patch
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/coreutils/6.10/004_all_coreutils-acl-xattr.patch?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/coreutils/6.10/004_all_coreutils-acl-xattr.patch?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/coreutils/6.10/004_all_coreutils-acl-xattr.patch?r1=1.1&r2=1.2
13
14 Index: 004_all_coreutils-acl-xattr.patch
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/src/patchsets/coreutils/6.10/004_all_coreutils-acl-xattr.patch,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- 004_all_coreutils-acl-xattr.patch 23 Jan 2008 00:05:53 -0000 1.1
21 +++ 004_all_coreutils-acl-xattr.patch 23 Feb 2008 04:17:21 -0000 1.2
22 @@ -199,6 +199,16 @@
23 /* Read the contents of the directory SRC_NAME_IN, and recursively
24 copy the contents to DST_NAME_IN. NEW_DST is true if
25 DST_NAME_IN is a directory that was created previously in the
26 +@@ -614,6 +614,9 @@
27 +
28 + set_author (dst_name, dest_desc, src_sb);
29 +
30 ++ if (! copy_extended_attributes (src_name, dst_name, x))
31 ++ return_val = false;
32 ++
33 + if (x->preserve_mode || x->move_mode)
34 + {
35 + if (copy_acl (src_name, source_desc, dst_name, dest_desc,
36 @@ -1843,6 +1948,9 @@
37
38 set_author (dst_name, -1, &src_sb);
39
40
41
42 1.3 src/patchsets/coreutils/6.10/README.history
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/coreutils/6.10/README.history?rev=1.3&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/coreutils/6.10/README.history?rev=1.3&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/coreutils/6.10/README.history?r1=1.2&r2=1.3
47
48 Index: README.history
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo/src/patchsets/coreutils/6.10/README.history,v
51 retrieving revision 1.2
52 retrieving revision 1.3
53 diff -u -r1.2 -r1.3
54 --- README.history 23 Jan 2008 04:38:26 -0000 1.2
55 +++ README.history 23 Feb 2008 04:17:21 -0000 1.3
56 @@ -1,3 +1,6 @@
57 +1.2 [pending]
58 + U 004_all_coreutils-acl-xattr.patch
59 +
60 1.1 22.01.2008
61 U 030_all_coreutils-more-dir-colors.patch
62
63
64
65
66 --
67 gentoo-commits@l.g.o mailing list