[arch-commits] Commit in aufs/trunk (PKGBUILD)

Paul Mattal paul at archlinux.org
Thu Mar 5 08:07:25 UTC 2009


    Date: Thursday, March 5, 2009 @ 03:07:25
  Author: paul
Revision: 29070

upgpkg: aufs 20081226-2
    enabled nfs export

Modified:
  aufs/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-03-05 02:29:53 UTC (rev 29069)
+++ PKGBUILD	2009-03-05 08:07:25 UTC (rev 29070)
@@ -3,7 +3,7 @@
 # Maintainer: Paul Mattal <pjmattal at elys.com>
 pkgname=aufs
 pkgver=20081226
-pkgrel=1
+pkgrel=2
 _kernver='2.6.28-ARCH'
 pkgdesc="Another Unionfs Implementation that supports NFS branches"
 arch=('i686' 'x86_64')
@@ -38,6 +38,10 @@
   sed -i 's|CONFIG_AUFS_BRANCH_MAX_1023 =|CONFIG_AUFS_BRANCH_MAX_1023 = y|' \
      local.mk || return 1
 
+  # Enable nfs export of aufs trees
+  sed -i 's|CONFIG_AUFS_EXPORT =|CONFIG_AUFS_EXPORT = y|' \
+     local.mk || return 1
+
   # ???
   sed -i 's|.*CONFIG_AUFS_SHWH =.*|CONFIG_AUFS_SHWH = y|' \
     local.mk || return 1




More information about the arch-commits mailing list