[arch-commits] Commit in ifenslave/repos (6 files)

Gaetan Bisson bisson at archlinux.org
Wed Nov 2 12:21:14 UTC 2011


    Date: Wednesday, November 2, 2011 @ 08:21:13
  Author: bisson
Revision: 141697

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  ifenslave/repos/testing-i686/
  ifenslave/repos/testing-i686/PKGBUILD
    (from rev 141696, ifenslave/trunk/PKGBUILD)
  ifenslave/repos/testing-i686/bonding.conf.d
    (from rev 141696, ifenslave/trunk/bonding.conf.d)
  ifenslave/repos/testing-x86_64/
  ifenslave/repos/testing-x86_64/PKGBUILD
    (from rev 141696, ifenslave/trunk/PKGBUILD)
  ifenslave/repos/testing-x86_64/bonding.conf.d
    (from rev 141696, ifenslave/trunk/bonding.conf.d)

-------------------------------+
 testing-i686/PKGBUILD         |   29 +++++++++++++++++++++++++++++
 testing-i686/bonding.conf.d   |   12 ++++++++++++
 testing-x86_64/PKGBUILD       |   29 +++++++++++++++++++++++++++++
 testing-x86_64/bonding.conf.d |   12 ++++++++++++
 4 files changed, 82 insertions(+)

Copied: ifenslave/repos/testing-i686/PKGBUILD (from rev 141696, ifenslave/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2011-11-02 12:21:13 UTC (rev 141697)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: 
+# Contributor: Judd Vinet <jvinet at zeroflux.org>
+
+pkgname=ifenslave
+pkgver=1.1.0
+pkgrel=7
+pkgdesc='Utility for bonding ethernet interfaces'
+arch=('i686' 'x86_64')
+url='http://www.linuxfoundation.org/en/Net:Bonding'
+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')
+
+build() {
+	cd "${srcdir}"
+	gcc -Wall -Wstrict-prototypes ${CFLAGS} ${LDFLAGS} ifenslave.c -o ifenslave
+}
+
+package() {
+	cd "${srcdir}"
+	install -Dm755 ifenslave "${pkgdir}"/sbin/ifenslave
+	install -Dm644 bonding.conf.d "${pkgdir}"/etc/conf.d/bonding
+}

Copied: ifenslave/repos/testing-i686/bonding.conf.d (from rev 141696, ifenslave/trunk/bonding.conf.d)
===================================================================
--- testing-i686/bonding.conf.d	                        (rev 0)
+++ testing-i686/bonding.conf.d	2011-11-02 12:21:13 UTC (rev 141697)
@@ -0,0 +1,12 @@
+#
+# 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)
+

Copied: ifenslave/repos/testing-x86_64/PKGBUILD (from rev 141696, ifenslave/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2011-11-02 12:21:13 UTC (rev 141697)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: 
+# Contributor: Judd Vinet <jvinet at zeroflux.org>
+
+pkgname=ifenslave
+pkgver=1.1.0
+pkgrel=7
+pkgdesc='Utility for bonding ethernet interfaces'
+arch=('i686' 'x86_64')
+url='http://www.linuxfoundation.org/en/Net:Bonding'
+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')
+
+build() {
+	cd "${srcdir}"
+	gcc -Wall -Wstrict-prototypes ${CFLAGS} ${LDFLAGS} ifenslave.c -o ifenslave
+}
+
+package() {
+	cd "${srcdir}"
+	install -Dm755 ifenslave "${pkgdir}"/sbin/ifenslave
+	install -Dm644 bonding.conf.d "${pkgdir}"/etc/conf.d/bonding
+}

Copied: ifenslave/repos/testing-x86_64/bonding.conf.d (from rev 141696, ifenslave/trunk/bonding.conf.d)
===================================================================
--- testing-x86_64/bonding.conf.d	                        (rev 0)
+++ testing-x86_64/bonding.conf.d	2011-11-02 12:21:13 UTC (rev 141697)
@@ -0,0 +1,12 @@
+#
+# 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)
+




More information about the arch-commits mailing list