ports/opt (2.2): [notify] iproute2: updated to 2.6.18-061002, changed sbin location
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit a2afce8c04042bdf0ddf737045583626c7bf3cdc Author: Simone Rota <sip@crux.nu> Date: Tue Nov 14 13:36:41 2006 +0100 [notify] iproute2: updated to 2.6.18-061002, changed sbin location We now use /sbin instead of /usr/sbin for iproute2 binaries, you may need to adjust your configuration to reflect the change. diff --git a/iproute2/.footprint b/iproute2/.footprint index 8209c56..d0482bf 100644 --- a/iproute2/.footprint +++ b/iproute2/.footprint @@ -6,6 +6,23 @@ drwxr-xr-x root/root etc/iproute2/ -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 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/ @@ -31,19 +48,3 @@ lrwxrwxrwx root/root usr/man/man8/tc-pfi -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 diff --git a/iproute2/.md5sum b/iproute2/.md5sum index 0de3717..d24763e 100644 --- a/iproute2/.md5sum +++ b/iproute2/.md5sum @@ -1 +1 @@ -f31d4516b35bbfeaa72c762f5959e97c iproute2-2.6.16-060323.tar.gz +193b570128cf852afba337438413adf9 iproute2-2.6.18-061002.tar.gz diff --git a/iproute2/Pkgfile b/iproute2/Pkgfile index f2b69aa..10ea8b1 100644 --- a/iproute2/Pkgfile +++ b/iproute2/Pkgfile @@ -4,12 +4,13 @@ # Packager: Mikhail Kolesnik, mike at openbunker dot org name=iproute2 -version=2.6.16-060323 -release=3 +version=2.6.18-061002 +release=1 source=(http://developer.osdl.org/dev/iproute2/download/$name-$version.tar.gz) build() { cd $name-$version + sed -i -e "s|SBINDIR=/usr/sbin|SBINDIR=/sbin|" Makefile 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
participants (1)
-
crux@crux.nu