From 80c4021aa6364b72f7cf1f946042e2665e7b114bd67a0b9e2e19dda820b097b6 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Tue, 8 Feb 2011 04:51:37 +0000 Subject: [PATCH] - 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) OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=36 --- nfs-utils.changes | 9 +++++++++ sysconfig.nfs | 12 ++++++++++++ 2 files changed, 21 insertions(+) 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