[arch-commits] Commit in nfs-utils/trunk (PKGBUILD nfs-common)

andyrtr at archlinux.org andyrtr at archlinux.org
Fri May 28 17:12:32 UTC 2010


    Date: Friday, May 28, 2010 @ 13:12:31
  Author: andyrtr
Revision: 81334

upgpkg: nfs-utils 1.2.2-3
make sure nfsd module gets loaded before idmapd starts to make sure user mapping works properly

Modified:
  nfs-utils/trunk/PKGBUILD
  nfs-utils/trunk/nfs-common

------------+
 PKGBUILD   |    8 ++++----
 nfs-common |    1 +
 2 files changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-05-28 12:31:39 UTC (rev 81333)
+++ PKGBUILD	2010-05-28 17:12:31 UTC (rev 81334)
@@ -7,15 +7,15 @@
 
 pkgname=nfs-utils
 pkgver=1.2.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Support programs for Network File Systems"
 arch=('i686' 'x86_64')
 url='http://nfs.sourceforge.net'
 license=('GPL')
 backup=(etc/{exports,idmapd.conf} etc/conf.d/{nfs-common.conf,nfs-server.conf})
 depends=('glibc' 'tcp_wrappers' 'e2fsprogs' 'rpcbind' 'libtirpc>=0.2.1' 'librpcsecgss>=0.19-2' 'nfsidmap' 'libevent>=1.3e' 'libgssglue')
-makedepends=('pkgconfig' 'autoconf')
-source=(http://downloads.sourceforge.net/nfs/${pkgname}-${pkgver}.tar.bz2
+makedepends=('pkgconfig' 'autoconf' 'automake')
+source=(http://downloads.sourceforge.net/project/nfs/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2
 	nfs-common
 	nfs-common.conf
 	nfs-server
@@ -30,7 +30,7 @@
 	nfs-utils-1.1.4-no-exec.patch)
 install=nfs-utils.install
 md5sums=('dad92f64db3266c7757f71bb53ee8f35'
-         '990a07943fa958d4abb1cb7bd52c9a7b'
+         '1beda3420086f1801a7228c06d80fb4e'
          'f73f197a16b02c3e248488ec35c4cf43'
          '5ae080f6117cef3140f02bc162bdc755'
          'b9b334414baec31b97f0431d9ecdcfb9'

Modified: nfs-common
===================================================================
--- nfs-common	2010-05-28 12:31:39 UTC (rev 81333)
+++ nfs-common	2010-05-28 17:12:31 UTC (rev 81334)
@@ -155,6 +155,7 @@
       stat_busy "Mounting pipefs filesystem"
       do_modprobe sunrpc
       do_modprobe nfs
+      do_modprobe nfsd
       do_mount rpc_pipefs "$PIPEFS_MOUNTPOINT" "$PIPEFS_MOUNTOPTS" 
       rc=$(($rc+$?))
       if [ $rc -gt 0 ]; then




More information about the arch-commits mailing list