The nfslock init script no longer needs to bring lockd down. (bz 162446)

This commit is contained in:
Steve Dickson 2005-09-06 12:53:41 +00:00
parent 160a8459e6
commit 68e592b237
2 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,7 @@
Summary: NFS utlilities and supporting daemons for the kernel NFS server.
Name: nfs-utils
Version: 1.0.7
Release: 15
Release: 16
# group all 32bit related archs
%define all_32bit_archs i386 i686 athlon
@ -257,6 +257,10 @@ fi
%config /etc/rc.d/init.d/nfslock
%changelog
* Tue Sep 6 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-16
- The nfslock init script no longer needs to bring lockd
down. (bz 162446)
* Wed Aug 24 2005 Peter Jones <pjones@redhat.com> - 1.0.7-15
- don't strip during "make install", so debuginfo packages are generated right

View File

@ -77,8 +77,6 @@ stop() {
echo -n $"Stopping NFS locking: "
if [ "$USERLAND_LOCKD" ]; then
killproc lockd
else
killproc lockd -KILL
fi
echo
echo -n $"Stopping NFS statd: "