From 2361b191591d482a8649c181fbe2164fa5aea6eb7166762e6e3f83f6a9e15916 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Wed, 27 Apr 2011 08:02:17 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/nfs-utils revision 76.0 OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=ef9786d215e36e18c88f209927306548 --- nfs-utils.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nfs-utils.spec b/nfs-utils.spec index 51c143a..752dc07 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -27,7 +27,7 @@ BuildRequires: libevent Url: http://nfs.sourceforge.net Summary: Support Utilities for Kernel nfsd Version: 1.2.3 -Release: 14 +Release: 15 Group: Productivity/Networking/NFS License: GPLv2+ BuildRoot: %{_tmppath}/%{name}-%{version}-build From f2d6b140405d5808e7743456df7e0eb92bd89e66cf0e74f8f254f75e9d5b8e21 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Tue, 31 May 2011 01:43:53 +0000 Subject: [PATCH 2/2] - sysconfig.nfs: now that 'nfs' is not enabled by default, set NFS_START_SERVICES=yes by default and document that 'chkconfig nfs on' is needed. OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=45 --- nfs-utils.changes | 7 +++++++ sysconfig.nfs | 7 +++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/nfs-utils.changes b/nfs-utils.changes index ced04ca..f735f73 100644 --- a/nfs-utils.changes +++ b/nfs-utils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue May 31 01:41:58 UTC 2011 - nfbrown@novell.com + +- sysconfig.nfs: now that 'nfs' is not enabled + by default, set NFS_START_SERVICES=yes by default + and document that 'chkconfig nfs on' is needed. + ------------------------------------------------------------------- Wed Apr 27 00:41:10 UTC 2011 - nfbrown@novell.com diff --git a/sysconfig.nfs b/sysconfig.nfs index e357570..a744624 100644 --- a/sysconfig.nfs +++ b/sysconfig.nfs @@ -64,14 +64,17 @@ SM_NOTIFY_OPTIONS="" ## Path: Network/File systems/NFS server ## Description: Always start NFS services ## Type: yesno -## Default: no +## Default: yes ## 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. +# Note that the nfs service is no longer enabled by default +# and the command "chkconfig nfs on" is needed to fully enable +# NFS. # -NFS_START_SERVICES="no" +NFS_START_SERVICES="yes" ## Path: Network/File systems/NFS server ## Description: Command line parameters for rpc.statd