From: Jose V Beneyto Date: Fri, 19 Oct 2012 01:02:59 +0000 (+0000) Subject: iproute2: deleted port X-Git-Url: http://gitweb/?a=commitdiff_plain;h=90ae23e36a3fe4a96dd6851303ede814c4f69634;p=crossrootfs.git iproute2: deleted port --- diff --git a/iproute2/.footprint b/iproute2/.footprint deleted file mode 100644 index 9699c13..0000000 --- a/iproute2/.footprint +++ /dev/null @@ -1,66 +0,0 @@ -drwxr-xr-x root/root etc/ -drwxr-xr-x root/root etc/iproute2/ --rw-r--r-- root/root etc/iproute2/ematch_map --rw-r--r-- root/root etc/iproute2/rt_dsfield --rw-r--r-- root/root etc/iproute2/rt_protos --rw-r--r-- root/root etc/iproute2/rt_realms --rw-r--r-- root/root etc/iproute2/rt_scopes --rw-r--r-- root/root etc/iproute2/rt_tables -drwxr-xr-x root/root etc/rc.d/ --rwxr-xr-x root/root etc/rc.d/net -drwxr-xr-x root/root lib/ -drwxr-xr-x root/root lib/tc/ -drwxr-xr-x root/root sbin/ --rwxr-xr-x root/root sbin/arpd -lrwxrwxrwx root/root sbin/ctstat -> lnstat --rwxr-xr-x root/root sbin/genl --rwxr-xr-x root/root sbin/ifcfg --rwxr-xr-x root/root sbin/ifstat --rwxr-xr-x root/root sbin/ip --rwxr-xr-x root/root sbin/lnstat --rwxr-xr-x root/root sbin/nstat --rwxr-xr-x root/root sbin/routef --rwxr-xr-x root/root sbin/routel --rwxr-xr-x root/root sbin/rtacct --rwxr-xr-x root/root sbin/rtmon --rwxr-xr-x root/root sbin/rtpr -lrwxrwxrwx root/root sbin/rtstat -> lnstat --rwxr-xr-x root/root sbin/ss --rwxr-xr-x root/root sbin/tc -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/tc/ --rw-r--r-- root/root usr/lib/tc/experimental.dist --rw-r--r-- root/root usr/lib/tc/normal.dist --rw-r--r-- root/root usr/lib/tc/pareto.dist --rw-r--r-- root/root usr/lib/tc/paretonormal.dist -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man3/ --rw-r--r-- root/root usr/man/man3/libnetlink.3.gz -drwxr-xr-x root/root usr/man/man8/ --rw-r--r-- root/root usr/man/man8/arpd.8.gz -lrwxrwxrwx root/root usr/man/man8/ctstat.8.gz -> lnstat.8.gz --rw-r--r-- root/root usr/man/man8/ip.8.gz --rw-r--r-- root/root usr/man/man8/lnstat.8.gz -lrwxrwxrwx root/root usr/man/man8/nstat.8.gz -> rtacct.8.gz -lrwxrwxrwx root/root usr/man/man8/routef.8.gz -> routel.8.gz --rw-r--r-- root/root usr/man/man8/routel.8.gz --rw-r--r-- root/root usr/man/man8/rtacct.8.gz --rw-r--r-- root/root usr/man/man8/rtmon.8.gz -lrwxrwxrwx root/root usr/man/man8/rtstat.8.gz -> lnstat.8.gz --rw-r--r-- root/root usr/man/man8/ss.8.gz --rw-r--r-- root/root usr/man/man8/tc-bfifo.8.gz --rw-r--r-- root/root usr/man/man8/tc-cbq-details.8.gz --rw-r--r-- root/root usr/man/man8/tc-cbq.8.gz --rw-r--r-- root/root usr/man/man8/tc-drr.8.gz --rw-r--r-- root/root usr/man/man8/tc-htb.8.gz -lrwxrwxrwx root/root usr/man/man8/tc-pfifo.8.gz -> tc-bfifo.8.gz --rw-r--r-- root/root usr/man/man8/tc-pfifo_fast.8.gz --rw-r--r-- root/root usr/man/man8/tc-prio.8.gz --rw-r--r-- root/root usr/man/man8/tc-red.8.gz --rw-r--r-- root/root usr/man/man8/tc-sfq.8.gz --rw-r--r-- root/root usr/man/man8/tc-tbf.8.gz --rw-r--r-- root/root usr/man/man8/tc.8.gz -drwxr-xr-x root/root var/ -drwxr-xr-x root/root var/lib/ -drwxr-xr-x root/root var/lib/arpd/ diff --git a/iproute2/.md5sum b/iproute2/.md5sum deleted file mode 100644 index 93a10cd..0000000 --- a/iproute2/.md5sum +++ /dev/null @@ -1,2 +0,0 @@ -a243bfea837e71824b7ca26c3bb45fa8 iproute2-2.6.38.tar.bz2 -ffa5d168223f9e34302ec878ad58aec1 net.iproute2 diff --git a/iproute2/Pkgfile b/iproute2/Pkgfile deleted file mode 100644 index c50c40d..0000000 --- a/iproute2/Pkgfile +++ /dev/null @@ -1,23 +0,0 @@ -# Description: A collection of utilites for controlling TCP/IP networking and traffic in Linux -# URL: http://linux-net.osdl.org/index.php/Iproute2 -# Maintainer: CRUX System Team, core-ports at crux dot nu -# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu -# Depends on: db - -name=iproute2 -version=2.6.38 -release=1 -source=(http://developer.osdl.org/dev/iproute2/download/$name-$version.tar.bz2 \ - net.iproute2) - -build() { - cd $name-$version - - sed -i "s|gcc |$CC $CFLAGS|g" configure - - make DBM_INCLUDE="$CLFS/usr/include" CC="$CC $CFLAGS" - make MANDIR=/usr/man DESTDIR=$PKG install - - rm -r $PKG/share - install -D -m 0755 $SRC/net.iproute2 $PKG/etc/rc.d/net -} diff --git a/iproute2/net.iproute2 b/iproute2/net.iproute2 deleted file mode 100644 index c4b1bd1..0000000 --- a/iproute2/net.iproute2 +++ /dev/null @@ -1,37 +0,0 @@ -#!/bin/sh -# -# /etc/rc.d/net: start/stop network -# - -IF="eth0" -IP="192.168.1.100/24" -GW="192.168.1.1" - -case $1 in -start) - # loopback - /sbin/ip addr add 127.0.0.1/8 dev lo broadcast + scope host - /sbin/ip link set lo up - # ethernet - #/sbin/ip addr add $IP dev $IF broadcast + - #/sbin/ip link set $IF up - # default route - #/sbin/ip route add default via $GW - ;; -stop) - #/sbin/ip route del default - #/sbin/ip link set $IF down - #/sbin/ip addr del $IP dev $IF - /sbin/ip link set lo down - /sbin/ip addr del 127.0.0.1/8 dev lo - ;; -restart) - $0 stop - $0 start - ;; -*) - echo "usage: $0 [start|stop|restart]" - ;; -esac - -# End of file