The nfslock init script no longer needs to bring lockd down. (bz 162446)
This commit is contained in:
parent
160a8459e6
commit
68e592b237
@ -1,7 +1,7 @@
|
|||||||
Summary: NFS utlilities and supporting daemons for the kernel NFS server.
|
Summary: NFS utlilities and supporting daemons for the kernel NFS server.
|
||||||
Name: nfs-utils
|
Name: nfs-utils
|
||||||
Version: 1.0.7
|
Version: 1.0.7
|
||||||
Release: 15
|
Release: 16
|
||||||
|
|
||||||
# group all 32bit related archs
|
# group all 32bit related archs
|
||||||
%define all_32bit_archs i386 i686 athlon
|
%define all_32bit_archs i386 i686 athlon
|
||||||
@ -257,6 +257,10 @@ fi
|
|||||||
%config /etc/rc.d/init.d/nfslock
|
%config /etc/rc.d/init.d/nfslock
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- don't strip during "make install", so debuginfo packages are generated right
|
||||||
|
|
||||||
|
@ -77,8 +77,6 @@ stop() {
|
|||||||
echo -n $"Stopping NFS locking: "
|
echo -n $"Stopping NFS locking: "
|
||||||
if [ "$USERLAND_LOCKD" ]; then
|
if [ "$USERLAND_LOCKD" ]; then
|
||||||
killproc lockd
|
killproc lockd
|
||||||
else
|
|
||||||
killproc lockd -KILL
|
|
||||||
fi
|
fi
|
||||||
echo
|
echo
|
||||||
echo -n $"Stopping NFS statd: "
|
echo -n $"Stopping NFS statd: "
|
||||||
|
Loading…
Reference in New Issue
Block a user