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

Ionut Biru ibiru at archlinux.org
Tue Feb 8 08:33:56 UTC 2011


    Date: Tuesday, February 8, 2011 @ 03:33:56
  Author: ibiru
Revision: 109322

upgpkg: nfs-utils 1.2.2-6
fix syntax error introduced when fixing FS#22358

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

------------+
 PKGBUILD   |    4 ++--
 nfs-common |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-08 08:14:16 UTC (rev 109321)
+++ PKGBUILD	2011-02-08 08:33:56 UTC (rev 109322)
@@ -7,7 +7,7 @@
 
 pkgname=nfs-utils
 pkgver=1.2.2
-pkgrel=5
+pkgrel=6
 pkgdesc="Support programs for Network File Systems"
 arch=('i686' 'x86_64')
 url='http://nfs.sourceforge.net'
@@ -30,7 +30,7 @@
 	nfs-utils-1.1.4-no-exec.patch)
 install=nfs-utils.install
 md5sums=('dad92f64db3266c7757f71bb53ee8f35'
-         '96f923bc1727b4207a227ab74db1e4f8'
+         'fc508e10cdf5e8ddd80373b1b2bc99a1'
          'f73f197a16b02c3e248488ec35c4cf43'
          '5ae080f6117cef3140f02bc162bdc755'
          'b9b334414baec31b97f0431d9ecdcfb9'

Modified: nfs-common
===================================================================
--- nfs-common	2011-02-08 08:14:16 UTC (rev 109321)
+++ nfs-common	2011-02-08 08:33:56 UTC (rev 109322)
@@ -161,7 +161,7 @@
       if [ $rc -gt 0 ]; then
 	stat_fail
 	exit $rc
-      elif
+      else
         stat_done
       fi
 




More information about the arch-commits mailing list