New commits:
commit 74c75de79b998c17e816d836f1d39a5f339ce1eb
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
not installing /bin/kill of procps
diff --git a/utils/procps/BUILD b/utils/procps/BUILD
index 986b4dc..c596068 100755
--- a/utils/procps/BUILD
+++ b/utils/procps/BUILD
@@ -1,5 +1,6 @@
sedit "s/-O2/${CFLAGS}/" Makefile &&
sedit "s/^lib64 .*/lib64 := lib/" Makefile &&
sedit "s/-ffast-math//" Makefile &&
+sedit 's/\#\(SKIP := \$(bin)kill \$(man1)kill.1\)/\1/' Makefile &&
make_single &&
make -e XSCPT='' DESTDIR=${INSTALL_ROOT}
diff --git a/utils/procps/HISTORY b/utils/procps/HISTORY
index a0820be..caeb4bd 100644
--- a/utils/procps/HISTORY
+++ b/utils/procps/HISTORY
@@ -1,3 +1,6 @@
+2007-02-12 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD: disable installation of /bin/kill (bug 13428)
+
2006-12-19 David Kowis <dkowis AT shlrm.org>
* BUILD: removed -ffast-math from the Makefile
Thanks to ruskie, sqweek for their assistance in tracking this down
[SM-Commit] GIT changes to master grimoire by Thomas Orgis (74c75de79b998c17e816d836f1d39a5f339ce1eb),
Thomas Orgis, 02/12/2007