[arch-commits] Commit in nfs-utils/trunk (PKGBUILD start-statd.patch)

Tobias Powalowski tpowa at archlinux.org
Mon Sep 7 15:54:07 UTC 2009


    Date: Monday, September 7, 2009 @ 11:54:07
  Author: tpowa
Revision: 51323

upgpkg: nfs-utils 1.2.0-4
    fix #15950

Modified:
  nfs-utils/trunk/PKGBUILD
  nfs-utils/trunk/start-statd.patch

-------------------+
 PKGBUILD          |    4 ++--
 start-statd.patch |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-07 15:47:43 UTC (rev 51322)
+++ PKGBUILD	2009-09-07 15:54:07 UTC (rev 51323)
@@ -7,7 +7,7 @@
 
 pkgname=nfs-utils
 pkgver=1.2.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Support programs for Network File Systems"
 arch=('i686' 'x86_64')
 url='http://nfs.sourceforge.net'
@@ -38,7 +38,7 @@
          '7bb672c320b10b3716b40c3f5bd6b6a8'
          'ff585faf410a62c4333a027c50b56bae'
          'eb4f4027fab6fc1201f1ca04f5954c76'
-         '9c8aeff40ca25312328afe3b7fad293f'
+         '97c9c6765ac793c5b684b2d6bbe1bc3f'
          'f3be115d392d9f9bb0f056e8d4341a14'
          '20c6fae1c771b9d8e91c4973f16372e3'
          'e6fd3a8acfe97970a53db1b902c34f45'

Modified: start-statd.patch
===================================================================
--- start-statd.patch	2009-09-07 15:47:43 UTC (rev 51322)
+++ start-statd.patch	2009-09-07 15:54:07 UTC (rev 51323)
@@ -15,7 +15,7 @@
 -exec rpc.statd --no-notify
 +
 +# source application-specific settings
-+[ -f /etc/conf.d/nfs ] && . /etc/conf.d/nfs
++[ -f /etc/conf.d/nfs-common.conf ] && . /etc/conf.d/nfs-common.conf
 +
 +exec /usr/sbin/rpc.statd $STATD_OPTS
  




More information about the arch-commits mailing list