[Lunar-commits] <moonbase-other> iputils, traceroute: moved to core
Stefan Wold
ratler at lunar-linux.org
Fri Jan 4 12:27:09 CET 2013
commit ac2a9247f89d0fd77999b35082579fc46e735b0b
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Fri, 04 Jan 2013 03:27:09 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/ac2a9247f89d0fd77999b35082579fc46e735b0b
iputils, traceroute: moved to core
---
net/iputils/BUILD | +0/-32
net/iputils/CONFLICTS | +0/-2
net/iputils/DEPENDS | +0/-2
net/iputils/DETAILS | +0/-24
net/traceroute/BUILD | +0/-6
net/traceroute/CONFLICTS | +0/-2
net/traceroute/DETAILS | +0/-15
7 files changed, 83 deletions(-)
--- a/net/iputils/BUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-(
-
-
- make &&
- prepare_install &&
- install -c clockdiff /sbin &&
- install -c arping /sbin &&
- install -c ping -m 4711 /bin &&
- install -c ping6 -m 4711 /bin &&
- install -c rdisc /sbin &&
- install -c tracepath /bin &&
- install -c tracepath6 /bin &&
- install -c traceroute6 /bin &&
-
- if module_installed docbook-utils ; then
-
- make man &&
-
- #install the docs
- install -c doc/clockdiff.8 /usr/share/man/man8 &&
- install -c doc/arping.8 /usr/share/man/man8 &&
- install -c doc/pg3.8 /usr/share/man/man8 &&
- install -c doc/ping.8 /usr/share/man/man8 &&
- install -c doc/rdisc.8 /usr/share/man/man8 &&
- install -c doc/rarpd.8 /usr/share/man/man8 &&
- install -c doc/tftpd.8 /usr/share/man/man8 &&
- install -c doc/tracepath.8 /usr/share/man/man8 &&
- install -c doc/traceroute6.8 /usr/share/man/man8
-
- fi
-
-) > $C_FIFO 2>&1
--- a/net/iputils/CONFLICTS
+++ /dev/null
@@ -1,2 +0,0 @@
-conflicts netkit-base
-conflicts inetutils
--- a/net/iputils/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-optional_depends "docbook-utils" "" "" "to install the man pages"
-
--- a/net/iputils/DETAILS
+++ /dev/null
@@ -1,24 +0,0 @@
- MODULE=iputils
- VERSION=s20121126
- SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=http://www.skbuff.net/iputils
- WEB_SITE=ftp://ftp.inr.ac.ru/ip-routing
- SOURCE_VFY=sha1:3e46391f53381080d5e1961f1b2b0ccd9a158ab2
- ENTERED=20021106
- UPDATED=20121130
- PSAFE=no
- SHORT="Essential utilities for IP networks"
-
-cat << EOF
-arping
-clockdiff
-ipg
-ping
-ping6
-rarpd
-rdisc
-tftpd
-tracepath
-tracepath6
-traceroute6
-EOF
--- a/net/traceroute/BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-(
-
- sedit "s:/usr/local:/usr:" Make.rules &&
- default_build
-
-) > $C_FIFO 2>&1
--- a/net/traceroute/CONFLICTS
+++ /dev/null
@@ -1,2 +0,0 @@
-conflicts inetutils
-
--- a/net/traceroute/DETAILS
+++ /dev/null
@@ -1,15 +0,0 @@
- 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