Hello community,

here is the log from the commit of package nfs-utils for openSUSE:Factory 
checked in at 2013-03-10 08:35:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nfs-utils (Old)
 and      /work/SRC/openSUSE:Factory/.nfs-utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nfs-utils", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/nfs-utils/nfs-utils.changes      2012-11-28 
16:19:09.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.nfs-utils.new/nfs-utils.changes 2013-03-10 
08:35:59.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Mar  6 20:04:55 UTC 2013 - [email protected]
+
+- nfsserver.init,sysconfig.nfs - Add support for setting rpc.mountd
+  options. 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ nfs-utils.spec ++++++
--- /var/tmp/diff_new_pack.WisirY/_old  2013-03-10 08:36:01.000000000 +0100
+++ /var/tmp/diff_new_pack.WisirY/_new  2013-03-10 08:36:01.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nfs-utils
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed


++++++ nfsserver.init ++++++
--- /var/tmp/diff_new_pack.WisirY/_old  2013-03-10 08:36:01.000000000 +0100
+++ /var/tmp/diff_new_pack.WisirY/_new  2013-03-10 08:36:01.000000000 +0100
@@ -215,9 +215,9 @@
       # rpc.mountd
       echo -n " mountd"
       if [ -n "$MOUNTD_PORT" ] ; then
-       startproc /usr/sbin/rpc.mountd -p $MOUNTD_PORT $VERSION_PARAMS
+       startproc /usr/sbin/rpc.mountd -p $MOUNTD_PORT $MOUNTD_OPTIONS 
$VERSION_PARAMS
       else
-       startproc /usr/sbin/rpc.mountd $VERSION_PARAMS
+       startproc /usr/sbin/rpc.mountd $MOUNTD_OPTIONS $VERSION_PARAMS
       fi || {
           rc_status -v
           rc_exit

++++++ sysconfig.nfs ++++++
--- /var/tmp/diff_new_pack.WisirY/_old  2013-03-10 08:36:01.000000000 +0100
+++ /var/tmp/diff_new_pack.WisirY/_new  2013-03-10 08:36:01.000000000 +0100
@@ -132,3 +132,13 @@
 # This setting allows extra options to be specified for NFSD, such as
 # -H <shared_hostname> in a high-availability configuration.
 NFSD_OPTIONS=""
+
+## Path:                Network/File systems/NFS server
+## Description:         Extra options for mountd
+## Type:                string
+## Default:             ""
+#
+# This setting allows extra options to be specified for rpc.mountd,
+# such as --manage-gids.
+MOUNTD_OPTIONS=""
+

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to