forked from pool/nfs-utils
This commit is contained in:
parent
d6ffc47ef6
commit
c1a25b3d1c
@ -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
|
Thu Dec 18 00:35:09 CET 2008 - nfbrown@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package nfs-utils (Version 1.1.3)
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -27,7 +27,7 @@ BuildRequires: libevent
|
|||||||
Url: http://nfs.sourceforge.net
|
Url: http://nfs.sourceforge.net
|
||||||
Summary: Support Utilities for Kernel nfsd
|
Summary: Support Utilities for Kernel nfsd
|
||||||
Version: 1.1.3
|
Version: 1.1.3
|
||||||
Release: 18
|
Release: 19
|
||||||
Group: Productivity/Networking/NFS
|
Group: Productivity/Networking/NFS
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -291,6 +291,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc nfs/*.html nfs/*.ps linux-nfs/* README.NFSv4
|
%doc nfs/*.html nfs/*.ps linux-nfs/* README.NFSv4
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Dec 18 2008 nfbrown@suse.de
|
||||||
- nfs.init
|
- nfs.init
|
||||||
* 'stop' should stop servies based on what is
|
* 'stop' should stop servies based on what is
|
||||||
|
2
nfs.init
2
nfs.init
@ -38,7 +38,7 @@ state=0
|
|||||||
usr=""
|
usr=""
|
||||||
opt=""
|
opt=""
|
||||||
mnt=""
|
mnt=""
|
||||||
nfs=no
|
nfs=$NFS_START_SERVICES
|
||||||
|
|
||||||
while read what where type options rest ; do
|
while read what where type options rest ; do
|
||||||
case "$what" in
|
case "$what" in
|
||||||
|
@ -48,4 +48,15 @@ NFS4_SUPPORT="yes"
|
|||||||
#
|
#
|
||||||
SM_NOTIFY_OPTIONS=""
|
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"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user