[nfs-utils] Remove RQUOTAD_PORT and RQUOTAD from /etc/sysconfig/nfs (bz 754496)

Steve Dickson steved at fedoraproject.org
Wed Nov 16 21:39:21 UTC 2011


commit 9759a1b9277b14a33b4d56ad8f89ad2118f95772
Author: Steve Dickson <steved at redhat.com>
Date:   Wed Nov 16 16:23:17 2011 -0500

    Remove RQUOTAD_PORT and RQUOTAD from /etc/sysconfig/nfs (bz 754496)
    
    Signed-off-by: Steve Dickson <steved at redhat.com>

 nfs-utils.spec |    5 ++++-
 nfs.sysconfig  |    4 ----
 2 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/nfs-utils.spec b/nfs-utils.spec
index 78f649e..fa457bc 100644
--- a/nfs-utils.spec
+++ b/nfs-utils.spec
@@ -2,7 +2,7 @@ Summary: NFS utilities and supporting clients and daemons for the kernel NFS ser
 Name: nfs-utils
 URL: http://sourceforge.net/projects/nfs
 Version: 1.2.5
-Release: 5%{?dist}
+Release: 6%{?dist}
 Epoch: 1
 
 # group all 32bit related archs
@@ -274,6 +274,9 @@ fi
 %attr(0755,root,root)   /sbin/umount.nfs4
 
 %changelog
+* Wed Nov 16 2011 Steve Dickson <steved at redhat.com> 1.2.5-6
+- Remove RQUOTAD_PORT and RQUOTAD from /etc/sysconfig/nfs (bz 754496)
+
 * Mon Nov 14 2011 Steve Dickson <steved at redhat.com> 1.2.5-5
 - Ensured nfs-idmap service is started after the DNS is up (bz 748275)
 - Update to upstream RC release: nfs-utils-1.2.6-rc3 (bz 746497)
diff --git a/nfs.sysconfig b/nfs.sysconfig
index a892f91..2d33cf3 100644
--- a/nfs.sysconfig
+++ b/nfs.sysconfig
@@ -1,8 +1,4 @@
 #
-# Path to remote quota server. See rquotad(8)
-#RQUOTAD="/usr/sbin/rpc.rquotad"
-# Port rquotad should listen on.
-#RQUOTAD_PORT=875
 # Optinal options passed to rquotad
 RPCRQUOTADOPTS=""
 #


More information about the scm-commits mailing list