From e94d162632d7851b25cc44bea12aa1c49884079c Mon Sep 17 00:00:00 2001 From: Cecil Hugh Watson Date: Sat, 4 Sep 2010 15:49:59 -0700 Subject: aufs:Removed for LinHES 7. --- abs/core-testing/aufs/PKGBUILD | 71 -------------------------------------- abs/core-testing/aufs/aufs.install | 31 ----------------- 2 files changed, 102 deletions(-) delete mode 100644 abs/core-testing/aufs/PKGBUILD delete mode 100644 abs/core-testing/aufs/aufs.install diff --git a/abs/core-testing/aufs/PKGBUILD b/abs/core-testing/aufs/PKGBUILD deleted file mode 100644 index 3f1e1d0..0000000 --- a/abs/core-testing/aufs/PKGBUILD +++ /dev/null @@ -1,71 +0,0 @@ -# $Id: PKGBUILD 22431 2008-12-26 20:13:34Z tpowa $ -# Contributor: Paul Mattal -# Maintainer: Paul Mattal -pkgname=aufs -pkgver=20081226 -pkgrel=2 -_kernver='2.6.28-LinHES' -pkgdesc="Another Unionfs Implementation that supports NFS branches" -arch=('i686' 'x86_64') -url="http://aufs.sourceforge.net/" -license=('GPL2') -depends=('kernel26>=2.6.28' 'kernel26<2.6.29' 'glibc' 'aufs-utils=20081226') -install=$pkgname.install -source=(ftp://ftp.archlinux.org/other/aufs/$pkgname-$pkgver.tar.bz2) -options=(!libtool !makeflags) - -build() { - cd $srcdir/$pkgname || return 1 - - # Fix TMPFS_MAGIC error - sed 's|-le 26|-le 27|g' -i fs/aufs25/Makefile || return 1 - - # use splice functions exported by unionfs kernel patch' - # - important for loopback fs mounts - sed -i 's|CONFIG_AUFS_SPLICE_PATCH =|CONFIG_AUFS_SPLICE_PATCH = y|' \ - local.mk || return 1 - - # this fixes the unionfs patch from hanging aufs - sed -i 's|CONFIG_AUFS_UNIONFS23_PATCH =|CONFIG_AUFS_UNIONFS23_PATCH = y|' \ - local.mk || return 1 - - sed -i 's|CONFIG_AUFS_WORKAROUND_FUSE =|CONFIG_AUFS_WORKAROUND_FUSE = y|' \ - local.mk || return 1 - - sed -i 's|CONFIG_AUFS_BRANCH_MAX_127 = y|CONFIG_AUFS_BRANCH_MAX_127 =|' \ - local.mk || return 1 - - sed -i 's|CONFIG_AUFS_BRANCH_MAX_1023 =|CONFIG_AUFS_BRANCH_MAX_1023 = y|' \ - local.mk || return 1 - - # ??? - sed -i 's|.*CONFIG_AUFS_SHWH =.*|CONFIG_AUFS_SHWH = y|' \ - local.mk || return 1 - # disable debug, broken in 2.6.28! - sed -i 's|CONFIG_AUFS_DEBUG = y|CONFIG_AUFS_DEBUG = |' \ - local.mk || return 1 - - # configure for NFS by: - # 1) configure local.mk to use FILP and LHASH - sed -i 's|CONFIG_AUFS_PUT_FILP_PATCH =|CONFIG_AUFS_PUT_FILP_PATCH = y|' \ - local.mk || return 1 - sed -i 's|CONFIG_AUFS_LHASH_PATCH =|CONFIG_AUFS_LHASH_PATCH = y|' \ - local.mk || return 1 - # 2) configure local.mk NOT to use FAKE_DM - sed -i 's|CONFIG_AUFS_FAKE_DM = y|CONFIG_AUFS_FAKE_DM = |' \ - local.mk || return 1 - - # build - make KDIR=/usr/src/linux-$_kernver/ -f local.mk || return 1 - - # install - install -D -m644 fs/aufs25/aufs.ko \ - $startdir/pkg/lib/modules/$_kernver/fs/aufs25/aufs.ko || return 1 - - # tweak the install script for the right kernel version - sed -i -e "s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g" \ - $startdir/$pkgname.install || return 1 -} - -# vim:set ts=2 sw=2 et: -md5sums=('e855ed9edc16953028f22cae393690de') diff --git a/abs/core-testing/aufs/aufs.install b/abs/core-testing/aufs/aufs.install deleted file mode 100644 index 8081c6a..0000000 --- a/abs/core-testing/aufs/aufs.install +++ /dev/null @@ -1,31 +0,0 @@ -pre_install() { - /bin/true -} - -post_install() { - # updating module dependencies - echo ">>> Updating module dependencies. Please wait ..." - KERNEL_VERSION=2.6.28-LinHES - depmod -v $KERNEL_VERSION > /dev/null 2>&1 - /bin/true -} - -post_upgrade() { - # updating module dependencies - echo ">>> Updating module dependencies. Please wait ..." - KERNEL_VERSION=2.6.28-LinHES - depmod -v $KERNEL_VERSION > /dev/null 2>&1 - /bin/true -} - -post_remove() { - # updating module dependencies - echo ">>> Updating module dependencies. Please wait ..." - KERNEL_VERSION=2.6.28-LinHES - depmod -v $KERNEL_VERSION > /dev/null 2>&1 - /bin/true -} - -op=$1 -shift -$op $* -- cgit v0.12