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

Tobias Powalowski tpowa at archlinux.org
Sat Jun 23 16:25:12 UTC 2012


    Date: Saturday, June 23, 2012 @ 12:25:11
  Author: tpowa
Revision: 162207

upgpkg: keyutils 1.5.5-2

add nfsidmap to config file #30396

Modified:
  keyutils/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++++
 1 file changed, 4 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-06-23 15:08:09 UTC (rev 162206)
+++ PKGBUILD	2012-06-23 16:25:11 UTC (rev 162207)
@@ -21,4 +21,8 @@
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" LIBDIR="/usr/lib" USRLIBDIR="/usr/lib"  install
+  # add nfsidmap to config file #30396
+  echo "# NFS idmap resolver" >> $pkgdir/etc/request-key.conf
+  echo "create id_resolver * * /usr/sbin/nfsidmap %k %d" \
+       >> $pkgdir/etc/request-key.conf
 }




More information about the arch-commits mailing list