Author: sten Date: 2006-06-26 22:59:26 +0200 (Mon, 26 Jun 2006) New Revision: 1559 Added: crux-2.2/ports/opt/iproute2/ crux-2.2/ports/opt/iproute2/.footprint crux-2.2/ports/opt/iproute2/.md5sum crux-2.2/ports/opt/iproute2/Pkgfile Log: iproute2: sync Mikhail's updated iproute2 to opt Added: crux-2.2/ports/opt/iproute2/.footprint =================================================================== --- crux-2.2/ports/opt/iproute2/.footprint (rev 0) +++ crux-2.2/ports/opt/iproute2/.footprint 2006-06-26 20:59:26 UTC (rev 1559) @@ -0,0 +1,49 @@ +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 usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/tc/ +-rwxr-xr-x root/root usr/lib/tc/experimental.dist +-rwxr-xr-x root/root usr/lib/tc/normal.dist +-rwxr-xr-x root/root usr/lib/tc/pareto.dist +-rwxr-xr-x root/root usr/lib/tc/paretonormal.dist +-rwxr-xr-x root/root usr/lib/tc/q_netem.so +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/ip.8.gz +lrwxrwxrwx root/root usr/man/man8/tc-bfifo.8.gz -> tc-pbfifo.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-htb.8.gz +-rw-r--r-- root/root usr/man/man8/tc-pbfifo.8.gz +lrwxrwxrwx root/root usr/man/man8/tc-pfifo.8.gz -> tc-pbfifo.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 usr/sbin/ +-rwxr-xr-x root/root usr/sbin/arpd +lrwxrwxrwx root/root usr/sbin/ctstat -> lnstat +-rwxr-xr-x root/root usr/sbin/ifcfg +-rwxr-xr-x root/root usr/sbin/ifstat +-rwxr-xr-x root/root usr/sbin/ip +-rwxr-xr-x root/root usr/sbin/lnstat +-rwxr-xr-x root/root usr/sbin/nstat +-rwxr-xr-x root/root usr/sbin/routef +-rwxr-xr-x root/root usr/sbin/routel +-rwxr-xr-x root/root usr/sbin/rtacct +-rwxr-xr-x root/root usr/sbin/rtmon +-rwxr-xr-x root/root usr/sbin/rtpr +lrwxrwxrwx root/root usr/sbin/rtstat -> lnstat +-rwxr-xr-x root/root usr/sbin/ss +-rwxr-xr-x root/root usr/sbin/tc Added: crux-2.2/ports/opt/iproute2/.md5sum =================================================================== --- crux-2.2/ports/opt/iproute2/.md5sum (rev 0) +++ crux-2.2/ports/opt/iproute2/.md5sum 2006-06-26 20:59:26 UTC (rev 1559) @@ -0,0 +1 @@ +f31d4516b35bbfeaa72c762f5959e97c iproute2-2.6.16-060323.tar.gz Added: crux-2.2/ports/opt/iproute2/Pkgfile =================================================================== --- crux-2.2/ports/opt/iproute2/Pkgfile (rev 0) +++ crux-2.2/ports/opt/iproute2/Pkgfile 2006-06-26 20:59:26 UTC (rev 1559) @@ -0,0 +1,17 @@ +# Description: a collection of utilites for controlling TCP/IP networking and traffic in Linux +# URL: http://linux-net.osdl.org/index.php/Iproute2 +# Maintainer: sten, nick dot steeves at shaw dot ca +# Packager: Mikhail Kolesnik, mike at openbunker dot org + +name=iproute2 +version=2.6.16-060323 +release=3 +source=(http://developer.osdl.org/dev/iproute2/download/$name-$version.tar.gz) + +build() { + cd $name-$version + sed -i -e "s|MANDIR=/usr/share/man|MANDIR=/usr/man|" Makefile + make KERNEL_INCLUDE="/lib/modules/`uname -r`/source/include" + make DESTDIR=$PKG install + rm -rf $PKG/usr/share +}
participants (1)
-
crux@crux.nu