Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (1bd9f9a0b988abfb03d5ed808b6339dd7b993d64)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (1bd9f9a0b988abfb03d5ed808b6339dd7b993d64)
  • Date: Wed, 15 Oct 2008 06:24:01 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

net/fping/CONFIGURE | 1 -
net/fping/DETAILS | 15 +++++++--------
net/fping/HISTORY | 6 +-----
net/fping/INSTALL | 5 -----
net/fping/PRE_BUILD | 4 ----
5 files changed, 8 insertions(+), 23 deletions(-)

New commits:
commit 1bd9f9a0b988abfb03d5ed808b6339dd7b993d64
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

Revert "fping: => ipv6 version"

This reverts commit 9126ff88696f548a55484e92d4ebcafa19f1f6fe.

woops

diff --git a/net/fping/CONFIGURE b/net/fping/CONFIGURE
deleted file mode 100755
index 94c6a6b..0000000
--- a/net/fping/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-config_query FPING_SUID_ROOT "Install $SPELL setuid root?" n
diff --git a/net/fping/DETAILS b/net/fping/DETAILS
index 3ad288e..c9ff8d0 100755
--- a/net/fping/DETAILS
+++ b/net/fping/DETAILS
@@ -1,14 +1,13 @@
SPELL=fping
- VERSION=2.4b2_to-ipv6
- SOURCE=fping-$VERSION.tar.gz
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
-
SOURCE_URL[0]=http://www.mirrors.wiretapped.net/security/network-mapping/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:3d1a76680d3a7cd361481d6e6de49797fbaf01422a73c784c8b667131afd56de2bfbbeb17014047cd2dea903f87d9f19e38ed7b0a5c2e8f2faf82759bf064ff9
+ VERSION=2.4b2_to
+ SOURCE=fping-${VERSION}.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/fping-${VERSION}
+ SOURCE_URL[0]=http://www.fping.com/download/$SOURCE
+
SOURCE_HASH=sha512:f9622f222ef3b29fa9c7ef062c331300e9fff82a18466c902c3ac64ab583250830f3a70d4067a8889b369b82342a4ed4b9157e2475ddd2dcfe8235da503982a6
WEB_SITE=http://www.fping.com/
ENTERED=20020326
KEYWORDS="net"
- SHORT="utility to ping multiple hosts at once"
+ SHORT="A utility to ping multiple hosts at once."
cat << EOF
-fping is different from ping in that you can specify any number of hosts on
the
-command line, or specify a file containing the lists of hosts to ping.
+ fping is different from ping in that you can specify any number of hosts on
the command line, or specify a file containing the lists of hosts to ping.
EOF
diff --git a/net/fping/HISTORY b/net/fping/HISTORY
old mode 100644
new mode 100755
index 9f3b8de..a157fff
--- a/net/fping/HISTORY
+++ b/net/fping/HISTORY
@@ -1,8 +1,3 @@
-2008-10-15 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS: updated spell to 2.4b2_to-ipv6; fixed source url
- * CONFIGURE: added, for SUID config option
- * PRE_BUILD: removed double-autoconfig
-
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

@@ -28,3 +23,4 @@

2002-03-26 Jeff Schmidt <jschmidt AT fnal.gov>
* HISTORY: Added file.
+
diff --git a/net/fping/INSTALL b/net/fping/INSTALL
deleted file mode 100755
index 2d78735..0000000
--- a/net/fping/INSTALL
+++ /dev/null
@@ -1,5 +0,0 @@
-default_install &&
-
-if [[ $FPING_SUID_ROOT == y ]]; then
- chmod +s "$INSTALL_ROOT/usr/sbin/fping"
-fi
diff --git a/net/fping/PRE_BUILD b/net/fping/PRE_BUILD
deleted file mode 100755
index be65d8c..0000000
--- a/net/fping/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-
-sed -i "s:&& \$(AUTOCONF)::" Makefile.in



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (1bd9f9a0b988abfb03d5ed808b6339dd7b993d64), Vlad Glagolev, 10/15/2008

Archive powered by MHonArc 2.6.24.

Top of Page