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

Tobias Powalowski tpowa at archlinux.org
Thu Feb 5 08:17:02 UTC 2015


    Date: Thursday, February 5, 2015 @ 09:17:02
  Author: tpowa
Revision: 230801

upgpkg: nfs-utils 1.3.2-3

add PORT examples to config files #41277

Modified:
  nfs-utils/trunk/PKGBUILD
  nfs-utils/trunk/nfs-common.conf
  nfs-utils/trunk/nfs-server.conf

-----------------+
 PKGBUILD        |    7 +++----
 nfs-common.conf |    2 +-
 nfs-server.conf |    1 +
 3 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-02-05 07:36:48 UTC (rev 230800)
+++ PKGBUILD	2015-02-05 08:17:02 UTC (rev 230801)
@@ -7,7 +7,7 @@
 
 pkgname=nfs-utils
 pkgver=1.3.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Support programs for Network File Systems"
 arch=('i686' 'x86_64')
 url='http://nfs.sourceforge.net'
@@ -29,8 +29,8 @@
 optdepends=('sqlite: for nfsdcltrack usage')
 md5sums=('1e2f3c1ed468dee02d00c534c002ea10'
          'SKIP'
-         '21510b0b30e71c8d6679c7c23f3b78eb'
-         'c1fe8dd9581c1df788d8965f4f1479f3'
+         '95129639a19da1f262d4eb3ac73e0bdb'
+         '7bd61e84ee05054f5232b2e8063ea08d'
          'e6ad3c7a59c7e4c24965a0e7da35026c'
          'eb4f4027fab6fc1201f1ca04f5954c76'
          '7674106eaaa4c149bccd4f05fe3604e9'
@@ -38,7 +38,6 @@
          'a43aabf0b8d02406b1babc3a206d952a'
          'c6c9c32f153dfa6c0477ea6b99354288'
          '45f55a5d581b2527b453c3a0816add24')
-
 validpgpkeys=(
         E1B71E339E20A10A676F7CB69AFB1D681A125177 # Steve Dickson
 )

Modified: nfs-common.conf
===================================================================
--- nfs-common.conf	2015-02-05 07:36:48 UTC (rev 230800)
+++ nfs-common.conf	2015-02-05 08:17:02 UTC (rev 230801)
@@ -5,7 +5,7 @@
 # See rpc.statd(8) for more details.
 # N.B. statd normally runs on both client and server, and run-time
 # options should be specified accordingly.
-# STATD_OPTS="-p 32765 -o 32766"
+# STATD_OPTS="-p 32765 -o 32766 -T 32803"
 STATD_OPTS=""
 
 # Options to pass to sm-notify

Modified: nfs-server.conf
===================================================================
--- nfs-server.conf	2015-02-05 07:36:48 UTC (rev 230800)
+++ nfs-server.conf	2015-02-05 08:17:02 UTC (rev 230801)
@@ -9,6 +9,7 @@
 # If you have a port-based firewall, you might want to set up
 # a fixed port here using the --port option.
 # See rpc.mountd(8) for more details.
+# MOUNTD_OPTS="-p 20048"
 MOUNTD_OPTS=""
 
 # Options to pass to rpc.svcgssd.



More information about the arch-commits mailing list