OBS User unknown 2009-03-20 19:35:21 +00:00 committed by Git OBS Bridge
parent d6ffc47ef6
commit c1a25b3d1c
4 changed files with 27 additions and 3 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Mar 20 04:51:23 CET 2009 - nfbrown@suse.de
- 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 00:35:09 CET 2008 - nfbrown@suse.de

View File

@ -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 @@ BuildRequires: libevent
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 @@ rm -rf $RPM_BUILD_ROOT
%doc nfs/*.html nfs/*.ps linux-nfs/* README.NFSv4
%changelog
* Fri Mar 20 2009 nfbrown@suse.de
- 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@suse.de
- nfs.init
* 'stop' should stop servies based on what is

View File

@ -38,7 +38,7 @@ state=0
usr=""
opt=""
mnt=""
nfs=no
nfs=$NFS_START_SERVICES
while read what where type options rest ; do
case "$what" in

View File

@ -48,4 +48,15 @@ NFS4_SUPPORT="yes"
#
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"