diff options
Diffstat (limited to 'abs/extra')
| -rw-r--r-- | abs/extra/ifenslave/PKGBUILD | 19 | ||||
| -rw-r--r-- | abs/extra/ifenslave/bonding.conf.d | 12 | 
2 files changed, 7 insertions, 24 deletions
diff --git a/abs/extra/ifenslave/PKGBUILD b/abs/extra/ifenslave/PKGBUILD index a730f2f..9747bc9 100644 --- a/abs/extra/ifenslave/PKGBUILD +++ b/abs/extra/ifenslave/PKGBUILD @@ -1,21 +1,17 @@ -# $Id: PKGBUILD 142704 2011-11-13 10:10:10Z bisson $ -# Maintainer:  +# $Id$ +# Maintainer: Gaetan Bisson <bisson@archlinux.org>  # Contributor: Judd Vinet <jvinet@zeroflux.org>  pkgname=ifenslave  pkgver=1.1.0 -pkgrel=7 +pkgrel=8  pkgdesc='Utility for bonding ethernet interfaces' -arch=('i686' 'x86_64')  url='http://www.linuxfoundation.org/en/Net:Bonding' +arch=('i686' 'x86_64')  license=('GPL2') -depends=('glibc')  makedepends=('linux-api-headers') -backup=('etc/conf.d/bonding') -source=(ifenslave.c::'http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob_plain;f=Documentation/networking/ifenslave.c;h=65968fbf' -        'bonding.conf.d') -sha1sums=('c657d9e6b8acb983bb8ef856f8f7f25ee6bf4f73' -          '6843971c0254768868b556af33289d7d32d6208d') +source=(ifenslave.c::'http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob_plain;f=Documentation/networking/ifenslave.c;h=450faacc') +sha1sums=('cf0ca36e4a82f259f4bd5d7268ce758581a76fb0')  build() {  	cd "${srcdir}" @@ -24,6 +20,5 @@ build() {  package() {  	cd "${srcdir}" -	install -Dm755 ifenslave "${pkgdir}"/sbin/ifenslave -	install -Dm644 bonding.conf.d "${pkgdir}"/etc/conf.d/bonding +	install -Dm755 ifenslave "${pkgdir}"/usr/bin/ifenslave  } diff --git a/abs/extra/ifenslave/bonding.conf.d b/abs/extra/ifenslave/bonding.conf.d deleted file mode 100644 index 3092c5e..0000000 --- a/abs/extra/ifenslave/bonding.conf.d +++ /dev/null @@ -1,12 +0,0 @@ -# -# Settings for ethernet bonding -# -# For each bond interface declared in INTERFACES (in rc.conf), declare -# a bond_${IF} variable that contains the real ethernet interfaces that -# should be bonded to the bond interface with the ifenslave utility. -# Then list the bond interface name in the BOND_INTERFACES array. -# - -#bond_bond0="eth0 eth1" -#BOND_INTERFACES=(bond0) -  | 
