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: 050_all_coreutils-6.10-mv-atomic.patch
Date: Mon, 14 Apr 2008 00:00:55
Message-Id: E1JlC7w-00041z-I3@stork.gentoo.org
1 vapier 08/04/14 00:00:52
2
3 Modified: 050_all_coreutils-6.10-mv-atomic.patch
4 Log:
5 tweak patch to work with 6.10 release #217498
6
7 Revision Changes Path
8 1.2 src/patchsets/coreutils/6.10/050_all_coreutils-6.10-mv-atomic.patch
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/coreutils/6.10/050_all_coreutils-6.10-mv-atomic.patch?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/coreutils/6.10/050_all_coreutils-6.10-mv-atomic.patch?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/coreutils/6.10/050_all_coreutils-6.10-mv-atomic.patch?r1=1.1&r2=1.2
13
14 Index: 050_all_coreutils-6.10-mv-atomic.patch
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/src/patchsets/coreutils/6.10/050_all_coreutils-6.10-mv-atomic.patch,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- 050_all_coreutils-6.10-mv-atomic.patch 12 Apr 2008 19:10:14 -0000 1.1
21 +++ 050_all_coreutils-6.10-mv-atomic.patch 14 Apr 2008 00:00:52 -0000 1.2
22 @@ -84,8 +84,8 @@
23 + mv --version
24 +fi
25 +
26 ++. $srcdir/../strace
27 +. $srcdir/../test-lib.sh
28 -+require_strace_
29 +
30 +# Before the fix, mv would unnecessarily unlink the destination symlink:
31 +# $ rm -f a b b2; touch a b; ln b b2; strace -e unlink /p/bin/mv a b
32
33
34
35 --
36 gentoo-commits@l.g.o mailing list