Fixed misformated output from nfslock script (bz 154648)
This commit is contained in:
parent
d4be3ab003
commit
bb3850c6cb
@ -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: 5
|
Release: 6
|
||||||
|
|
||||||
# group all 32bit related archs
|
# group all 32bit related archs
|
||||||
%define all_32bit_archs i386 i686 athlon
|
%define all_32bit_archs i386 i686 athlon
|
||||||
@ -244,6 +244,9 @@ fi
|
|||||||
%config /etc/rc.d/init.d/nfslock
|
%config /etc/rc.d/init.d/nfslock
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 13 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-6
|
||||||
|
- Fixed misformated output from nfslock script (bz 154648)
|
||||||
|
|
||||||
* Mon Mar 29 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-4
|
* Mon Mar 29 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-4
|
||||||
- Fixed a compile error on x86_64 machines in the gss code.
|
- Fixed a compile error on x86_64 machines in the gss code.
|
||||||
- Updated the statd-notify-hostname.patch to eliminate
|
- Updated the statd-notify-hostname.patch to eliminate
|
||||||
|
@ -74,13 +74,13 @@ start() {
|
|||||||
|
|
||||||
stop() {
|
stop() {
|
||||||
# Stop daemons.
|
# Stop daemons.
|
||||||
if [ "$USERLAND_LOCKD" ]; then
|
|
||||||
echo -n $"Stopping NFS locking: "
|
echo -n $"Stopping NFS locking: "
|
||||||
|
if [ "$USERLAND_LOCKD" ]; then
|
||||||
killproc lockd
|
killproc lockd
|
||||||
echo
|
|
||||||
else
|
else
|
||||||
killproc lockd -KILL
|
killproc lockd -KILL
|
||||||
fi
|
fi
|
||||||
|
echo
|
||||||
echo -n $"Stopping NFS statd: "
|
echo -n $"Stopping NFS statd: "
|
||||||
killproc rpc.statd
|
killproc rpc.statd
|
||||||
RETVAL=0
|
RETVAL=0
|
||||||
|
Loading…
Reference in New Issue
Block a user