diff --git a/nfs-utils.spec b/nfs-utils.spec index 7d7e78a..6ae153e 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -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 @@ fi %config /etc/rc.d/init.d/nfslock %changelog +* Sat Jul 1 2006 1.0.8-3 +- Fixed typos in /etc/rc.d/init.d/nfs file (bz 184486) + * Fri Jun 30 2006 1.0.8-3 - Split the controlling of nfs version, ports, and protocol into two different patches diff --git a/nfs.init b/nfs.init index ca39f64..0c561f1 100755 --- a/nfs.init +++ b/nfs.init @@ -126,7 +126,6 @@ case "$1" in ;; 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