OBS User unknown 2008-12-05 14:49:05 +00:00 committed by Git OBS Bridge
parent 369bfd08cc
commit ffbd354de7
3 changed files with 18 additions and 3 deletions

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Dec 5 02:43:20 CET 2008 - nfbrown@suse.de
- nfs.init
* Don't signal an error if asked to stop 'nfs'
when there is nothing to stop. Signalling an
error here causes "rpm -e nfs-client" to fail.
(bnc#450940)
-------------------------------------------------------------------
Tue Dec 2 03:15:50 CET 2008 - nfbrown@suse.de

View File

@ -27,7 +27,7 @@ BuildRequires: libevent
Url: http://nfs.sourceforge.net
Summary: Support Utilities for Kernel nfsd
Version: 1.1.3
Release: 14
Release: 15
Group: Productivity/Networking/NFS
License: GPL v2 or later
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -289,6 +289,12 @@ rm -rf $RPM_BUILD_ROOT
%doc nfs/*.html nfs/*.ps linux-nfs/* README.NFSv4
%changelog
* Fri Dec 05 2008 nfbrown@suse.de
- nfs.init
* Don't signal an error if asked to stop 'nfs'
when there is nothing to stop. Signalling an
error here causes "rpm -e nfs-client" to fail.
(bnc#450940)
* Tue Dec 02 2008 nfbrown@suse.de
- warn-nfs-udp.patch
* Add warnings to nfs.man about usage of UDP

View File

@ -164,8 +164,8 @@ case "$1-$nfs" in
rc_status -u
;;
stop-no )
echo -n "Not stopping NFS client services:"
rc_status -u
echo -n "No NFS client services to stop:"
rc_status -v
;;
start-yes|reload-yes)