rpms/nfs-utils/devel nfs-utils.spec,1.95,1.96 nfs.init,1.21,1.22

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sat Jul 1 14:07:11 UTC 2006


Author: steved

Update of /cvs/dist/rpms/nfs-utils/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv20945

Modified Files:
	nfs-utils.spec nfs.init 
Log Message:
Fixed typos in /etc/rc.d/init.d/nfs file (bz 184486)



Index: nfs-utils.spec
===================================================================
RCS file: /cvs/dist/rpms/nfs-utils/devel/nfs-utils.spec,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- nfs-utils.spec	30 Jun 2006 14:17:52 -0000	1.95
+++ nfs-utils.spec	1 Jul 2006 14:07:04 -0000	1.96
@@ -1,7 +1,7 @@
 Summary: NFS utlilities and supporting daemons for the kernel NFS server.
 Name: nfs-utils
 Version: 1.0.8
-Release: 3
+Release: 4
 
 # group all 32bit related archs
 %define all_32bit_archs i386 i686 athlon
@@ -224,6 +224,9 @@
 %config /etc/rc.d/init.d/nfslock
 
 %changelog
+* Sat Jul  1 2006 <SteveD at RedHat.com> 1.0.8-3
+- Fixed typos in /etc/rc.d/init.d/nfs file (bz 184486)
+
 * Fri Jun 30 2006 <SteveD at RedHat.com> 1.0.8-3
 - Split the controlling of nfs version, ports, and protocol 
   into two different patches


Index: nfs.init
===================================================================
RCS file: /cvs/dist/rpms/nfs-utils/devel/nfs.init,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- nfs.init	30 Jun 2006 14:17:52 -0000	1.21
+++ nfs.init	1 Jul 2006 14:07:04 -0000	1.22
@@ -126,7 +126,6 @@
 	;;
   status)
 	[ -x /usr/sbin/rpc.svcgssd ] && /sbin/service rpcsvcgssd status
-	echo -n $"Shutting down NFS mountd: "
 	status rpc.mountd
 	status nfsd
 	if [ -n "$RQUOTAD" -a "$RQUOTAD" != "no" ]; then




More information about the fedora-cvs-commits mailing list