[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.
This commit is contained in:
parent
7f8719ce1a
commit
a2afce8c04
@ -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-pfifo.8.gz -> tc-pbfifo.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
|
||||
|
@ -1 +1 @@
|
||||
f31d4516b35bbfeaa72c762f5959e97c iproute2-2.6.16-060323.tar.gz
|
||||
193b570128cf852afba337438413adf9 iproute2-2.6.18-061002.tar.gz
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user