Fix typo in nfs-utils_env.sh (bz 1516004)

Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
Steve Dickson 2017-12-19 12:53:00 -05:00
parent 75b6105df0
commit 78e3951b26
2 changed files with 5 additions and 2 deletions

View File

@ -2,7 +2,7 @@ Summary: NFS utilities and supporting clients and daemons for the kernel NFS ser
Name: nfs-utils
URL: http://linux-nfs.org/
Version: 2.2.1
Release: 2.rc2%{?dist}
Release: 3.rc2%{?dist}
Epoch: 1
# group all 32bit related archs
@ -321,6 +321,9 @@ fi
%{_libdir}/libnfsidmap.so
%changelog
* Tue Dec 19 2017 Steve Dickson <steved@redhat.com> 2.2.1-3.rc2
- Fix typo in nfs-utils_env.sh (bz 1516004)
* Mon Dec 18 2017 Steve Dickson <steved@redhat.com> 2.2.1-2.rc2
- Removed tcp_wrappers dependency (bz 1518769)

View File

@ -35,7 +35,7 @@ mkdir -p /run/sysconfig
{
echo RPCNFSDARGS=\"$nfsdargs\"
echo RPCMOUNTDARGS=\"$RPCMOUNTDOPTS\"
echo STATDARGS=\"$STATDARG\"
echo STATDARGS=\"$STATDARGS\"
echo SMNOTIFYARGS=\"$SMNOTIFYARGS\"
echo RPCIDMAPDARGS=\"$RPCIDMAPDARGS\"
echo RPCGSSDARGS=\"$RPCGSSDARGS\"