[SM-Commit] GIT changes to master =?unknown-8bit?Q?gri?= =?unknown-8bit?Q?moire_by_Andra=C5?= =?unknown-8bit?Q?=BE?= Levstik (576e7dcea4a7984daeeb832ce2a496b478a0529c)

=?unknown-8bit?Q?Andra=C5=BE?= Levstik scm at mail.sourcemage.org
Mon Jan 29 05:10:46 EST 2007


GIT changes to master grimoire by Andraž Levstik <ruskie at mages.ath.cx>:

 utils/coreutils/HISTORY                         |    4 ++++
 utils/coreutils/PRE_BUILD                       |    7 -------
 utils/coreutils/coreutils-6.4_9p_mv_EPERM.patch |   11 -----------
 3 files changed, 4 insertions(+), 18 deletions(-)

New commits:
commit 576e7dcea4a7984daeeb832ce2a496b478a0529c
Author: Andraž Levstik <ruskie at mages.ath.cx>
Commit: Andraž Levstik <ruskie at mages.ath.cx>

    coreutils: removed the patch as a better fix is in the kernel(not to
    mention POSIX compliant)

diff --git a/utils/coreutils/HISTORY b/utils/coreutils/HISTORY
index 30869fd..c7bfc7e 100644
--- a/utils/coreutils/HISTORY
+++ b/utils/coreutils/HISTORY
@@ -1,3 +1,7 @@
+2007-01-29 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
+	* PRE_BUILD: removed coreutils-6.4_9p_mv_EPERM.patch
+	* coreutils-6.4_9p_mv_EPERM.patch: removed
+
 2007-01-20 Thomas Orgis <sobukus at sourcemage.org>
 	* pam.d/su: move that to coreutils as the su binary comes from
 	  there now
diff --git a/utils/coreutils/PRE_BUILD b/utils/coreutils/PRE_BUILD
index 9e7f49d..4526171 100755
--- a/utils/coreutils/PRE_BUILD
+++ b/utils/coreutils/PRE_BUILD
@@ -8,13 +8,6 @@ cd  $SOURCE_DIRECTORY  &&
 patch  -p1  <  $SCRIPT_DIRECTORY/hostname.diff &&
 
 #
-# Cause mv(1) to try a backup strategy more often when rename(2) fails
-# (needed for inter-directory file moving on a 9p mount in particular)
-# Bug #13377
-#
-patch  -p1  <  $SCRIPT_DIRECTORY/coreutils-6.4_9p_mv_EPERM.patch &&
-
-#
 # patch for pam support in su
 #
 if  echo  $OPTS  |  grep  -q  enable-pam;  then
diff --git a/utils/coreutils/coreutils-6.4_9p_mv_EPERM.patch b/utils/coreutils/coreutils-6.4_9p_mv_EPERM.patch
deleted file mode 100644
index 729ca39..0000000
--- a/utils/coreutils/coreutils-6.4_9p_mv_EPERM.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- old/src/copy.c	2007/01/03 12:43:18	1.1
-+++ coreutils-6.4/src/copy.c	2007/01/03 12:43:44
-@@ -1431,7 +1431,7 @@
- 	 where you'd replace `18' with the integer in parentheses that
- 	 was output from the perl one-liner above.
- 	 If necessary, of course, change `/tmp' to some other directory.  */
--      if (errno != EXDEV)
-+      if (errno != EXDEV && errno != EPERM)
- 	{
- 	  /* There are many ways this can happen due to a race condition.
- 	     When something happens between the initial XSTAT and the



More information about the SM-Commit mailing list