Fixed typos in /etc/rc.d/init.d/nfs file (bz 184486)

This commit is contained in:
Steve Dickson 2006-07-01 14:07:04 +00:00
parent 7060f16551
commit d126bac628
2 changed files with 4 additions and 2 deletions

View File

@ -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.8 Version: 1.0.8
Release: 3 Release: 4
# group all 32bit related archs # group all 32bit related archs
%define all_32bit_archs i386 i686 athlon %define all_32bit_archs i386 i686 athlon
@ -224,6 +224,9 @@ fi
%config /etc/rc.d/init.d/nfslock %config /etc/rc.d/init.d/nfslock
%changelog %changelog
* Sat Jul 1 2006 <SteveD@RedHat.com> 1.0.8-3
- Fixed typos in /etc/rc.d/init.d/nfs file (bz 184486)
* Fri Jun 30 2006 <SteveD@RedHat.com> 1.0.8-3 * Fri Jun 30 2006 <SteveD@RedHat.com> 1.0.8-3
- Split the controlling of nfs version, ports, and protocol - Split the controlling of nfs version, ports, and protocol
into two different patches into two different patches

View File

@ -126,7 +126,6 @@ case "$1" in
;; ;;
status) status)
[ -x /usr/sbin/rpc.svcgssd ] && /sbin/service rpcsvcgssd status [ -x /usr/sbin/rpc.svcgssd ] && /sbin/service rpcsvcgssd status
echo -n $"Shutting down NFS mountd: "
status rpc.mountd status rpc.mountd
status nfsd status nfsd
if [ -n "$RQUOTAD" -a "$RQUOTAD" != "no" ]; then if [ -n "$RQUOTAD" -a "$RQUOTAD" != "no" ]; then