[Lunar-commits] <moonbase-core> traceroute: moved from other
Stefan Wold
ratler at lunar-linux.org
Fri Jan 4 12:22:23 CET 2013
commit e537149f8b099480a44694821380145762215227
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Fri, 04 Jan 2013 03:22:23 -0800
URL: https://github.com/lunar-linux/moonbase-core/commit/e537149f8b099480a44694821380145762215227
traceroute: moved from other
---
net/traceroute/BUILD | +6/-0
net/traceroute/DETAILS | +15/-0
2 files changed, 21 insertions(+)
--- /dev/null
+++ b/net/traceroute/BUILD
@@ -0,0 +1,6 @@
+(
+
+ sedit "s:/usr/local:/usr:" Make.rules &&
+ default_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/net/traceroute/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=traceroute
+ VERSION=2.0.18
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE_VFY=sha1:6bdccfd12f93b89aea53728b3c365db5a4362b6d
+ WEB_SITE=ftp://ftp.ee.lbl.gov
+ ENTERED=20010922
+ UPDATED=20120728
+ SHORT="traces the route Internet packets travel"
+
+cat << EOF
+Traceroute is a system administrator's utility to trace the route ip
+packets, from the current system, take in getting to the destination
+system.
+EOF
More information about the Lunar-commits
mailing list