New commits:
commit 312014833fb85875a31575ec9762add75bc72247
Author: Tommy Boatman <tboatman AT sourcemage.org>
Commit: Tommy Boatman <tboatman AT sourcemage.org>
iputils-base: Fixed INSTALL to properly install ping6
diff --git a/net/iputils-base/HISTORY b/net/iputils-base/HISTORY
index 204fc76..2171974 100644
--- a/net/iputils-base/HISTORY
+++ b/net/iputils-base/HISTORY
@@ -1,3 +1,6 @@
+2011-10-23 Tommy Boatman <tboatman AT sourcemage.org>
+ * INSTALL: fixed ping6 install
+
2010-07-12 Ladislav Hagara <hgr AT vabo.cz>
* INSTALL: fixed
diff --git a/net/iputils-base/INSTALL b/net/iputils-base/INSTALL
index 5756d32..537ccb8 100755
--- a/net/iputils-base/INSTALL
+++ b/net/iputils-base/INSTALL
@@ -2,7 +2,7 @@ if [ "$IPUTILS_PING" == "y" ]; then
install -m 4755 ping $INSTALL_ROOT/usr/bin
fi &&
if [ "$IPUTILS_PING6" == "y" ]; then
- install -m 4755 arping $INSTALL_ROOT/usr/bin
+ install -m 4755 ping6 $INSTALL_ROOT/usr/bin
fi &&
if [ "$IPUTILS_ARPING" == "y" ]; then
install -m 4755 arping $INSTALL_ROOT/usr/bin
[SM-Commit] GIT changes to master grimoire by Tommy Boatman (312014833fb85875a31575ec9762add75bc72247),
Tommy Boatman, 10/23/2011