Mailinglist Archive: opensuse-commit (910 mails)
| < Previous | Next > |
commit nfs-utils for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 20 Mar 2009 20:35:18 +0100
- Message-id: <20090320193519.20522678161@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package nfs-utils for openSUSE:Factory
checked in at Fri Mar 20 20:35:18 CET 2009.
--------
--- nfs-utils/nfs-utils.changes 2008-12-18 00:35:27.000000000 +0100
+++ nfs-utils/nfs-utils.changes 2009-03-20 04:52:39.181484000 +0100
@@ -1,0 +2,8 @@
+Fri Mar 20 04:51:23 CET 2009 - nfbrown@xxxxxxx
+
+- sysconfig.nfs
+ * add 'NFS_START_SERVICE' option for people who
+ need gssd or idmapd but mount using automount, not
+ fstab. bnc#472438
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ nfs-utils.spec ++++++
--- /var/tmp/diff_new_pack.Ez9625/_old 2009-03-20 20:32:48.000000000 +0100
+++ /var/tmp/diff_new_pack.Ez9625/_new 2009-03-20 20:32:48.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package nfs-utils (Version 1.1.3)
#
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2009 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
@@ -27,7 +27,7 @@
Url: http://nfs.sourceforge.net
Summary: Support Utilities for Kernel nfsd
Version: 1.1.3
-Release: 18
+Release: 19
Group: Productivity/Networking/NFS
License: GPL v2 or later
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -291,6 +291,11 @@
%doc nfs/*.html nfs/*.ps linux-nfs/* README.NFSv4
%changelog
+* Fri Mar 20 2009 nfbrown@xxxxxxx
+- sysconfig.nfs
+ * add 'NFS_START_SERVICE' option for people who
+ need gssd or idmapd but mount using automount, not
+ fstab. bnc#472438
* Thu Dec 18 2008 nfbrown@xxxxxxx
- nfs.init
* 'stop' should stop servies based on what is
++++++ nfs.init ++++++
--- /var/tmp/diff_new_pack.Ez9625/_old 2009-03-20 20:32:48.000000000 +0100
+++ /var/tmp/diff_new_pack.Ez9625/_new 2009-03-20 20:32:48.000000000 +0100
@@ -38,7 +38,7 @@
usr=""
opt=""
mnt=""
-nfs=no
+nfs=$NFS_START_SERVICES
while read what where type options rest ; do
case "$what" in
++++++ sysconfig.nfs ++++++
--- /var/tmp/diff_new_pack.Ez9625/_old 2009-03-20 20:32:48.000000000 +0100
+++ /var/tmp/diff_new_pack.Ez9625/_new 2009-03-20 20:32:48.000000000 +0100
@@ -48,4 +48,15 @@
#
SM_NOTIFY_OPTIONS=""
+## Path: Network/File systems/NFS server
+## Description: Always start NFS services
+## Type: yesno
+## Default: no
+## ServiceRestart nfs
+#
+# Always start NFS services (gssd, idmapd), not only if
+# there are nfs mounts in /etc/fstab. This is likely to be
+# needed if you use an automounter for NFS.
+#
+NFS_START_SERVICES="no"
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |