- 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
This commit is contained in:
Neil Brown 2011-02-08 04:51:37 +00:00 committed by Git OBS Bridge
parent 0bc1e63cce
commit 80c4021aa6
2 changed files with 21 additions and 0 deletions

View File

@ -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 Mon Jan 31 07:49:03 UTC 2011 - lnussel@suse.de

View File

@ -20,6 +20,18 @@ USE_KERNEL_NFSD_NUMBER="4"
# #
MOUNTD_PORT="" 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 ## Path: Network/File systems/NFS server
## Description: GSS security for NFS ## Description: GSS security for NFS
## Type: yesno ## Type: yesno