diff --git a/nfs-utils.changes b/nfs-utils.changes index 1250396..16b50b9 100644 --- a/nfs-utils.changes +++ b/nfs-utils.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Feb 7 01:05:55 UTC 2011 - nfbrown@novell.com + +- sysconfig.nfs: add variable "RQUOTAD_PORT" to set the port that + rquotad uses. Note that this field will be handled by rquotad + which is in a different package. We put the definition here + because it makes sense to keep NFS related things together + (bnc#637382) + ------------------------------------------------------------------- Mon Jan 31 07:49:03 UTC 2011 - lnussel@suse.de diff --git a/sysconfig.nfs b/sysconfig.nfs index e357570..fc0e3d5 100644 --- a/sysconfig.nfs +++ b/sysconfig.nfs @@ -20,6 +20,18 @@ USE_KERNEL_NFSD_NUMBER="4" # MOUNTD_PORT="" +## Path: Network/File systems/NFS server +## Description: use fixed port number for rquotad +## Type: integer +## Default: "" +## ServiceRestart: quotad +# +# Only set this if you want to start quotad on a fixed +# port instead of the port assigned by rpc. Only for use +# to export nfs-filesystems through firewalls. +# +RQUOTAD_PORT="" + ## Path: Network/File systems/NFS server ## Description: GSS security for NFS ## Type: yesno