Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (576e7dcea4a7984daeeb832ce2a496b478a0529c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andra?? Levstik <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (576e7dcea4a7984daeeb832ce2a496b478a0529c)
  • Date: Mon, 29 Jan 2007 04:10:46 -0600

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



  • [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (576e7dcea4a7984daeeb832ce2a496b478a0529c), Andra?? Levstik, 01/29/2007

Archive powered by MHonArc 2.6.24.

Top of Page