Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (f4ccd726e3232809cdc008f7b67a3370e27284be)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (f4ccd726e3232809cdc008f7b67a3370e27284be)
  • Date: Sun, 11 Mar 2007 17:33:19 -0500

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

utils/util-linux/BUILD | 2 +-
utils/util-linux/HISTORY | 4 ++++
2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 6f15c0da5255043aba5c522387de49aea6e11f56
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

util-linux: make the build fail early when tty group creation fails
(happens when you forgot to cast shadow into a chroot...)

diff --git a/utils/util-linux/BUILD b/utils/util-linux/BUILD
index c7344ac..162b76a 100755
--- a/utils/util-linux/BUILD
+++ b/utils/util-linux/BUILD
@@ -1,7 +1,7 @@
-create_group tty &&
OPTS="$OPTS --build=${BUILD}" &
[[ $CROSS_INSTALL == on ]] && OPTS="$OPTS --host=${HOST}"

+create_group tty &&
patch -p1 < $SCRIPT_DIRECTORY/util-linux-2.12p-cramfs-1.patch &&

sedit "s/HAVE_SLN=no/HAVE_SLN=yes/" MCONFIG &&
diff --git a/utils/util-linux/HISTORY b/utils/util-linux/HISTORY
index 249af31..796549e 100644
--- a/utils/util-linux/HISTORY
+++ b/utils/util-linux/HISTORY
@@ -1,3 +1,7 @@
+2007-03-11 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD: moved the create_group tty down so that it will break the
chain
+ and let the cast fail early if it fails
+
2007-02-16 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* CONFLICTS: removed, deprecation complete




  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (f4ccd726e3232809cdc008f7b67a3370e27284be), Thomas Orgis, 03/11/2007

Archive powered by MHonArc 2.6.24.

Top of Page