1
0
forked from rpms/rpcbind

Removing the braces from the ${RPCBIND_ARGS} in rpcbind.service (bz 1362201)

Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
Steve Dickson 2016-08-01 12:27:01 -04:00
parent 058b1d088d
commit a2f86fbeb8
2 changed files with 5 additions and 2 deletions

View File

@ -5,7 +5,7 @@ Requires=rpcbind.socket
[Service]
Type=forking
EnvironmentFile=/etc/sysconfig/rpcbind
ExecStart=/sbin/rpcbind -w ${RPCBIND_ARGS}
ExecStart=/sbin/rpcbind -w $RPCBIND_ARGS
[Install]
Also=rpcbind.socket

View File

@ -1,6 +1,6 @@
Name: rpcbind
Version: 0.2.3
Release: 10.rc1%{?dist}
Release: 11.rc1%{?dist}
Summary: Universal Addresses to RPC Program Number Mapper
Group: System Environment/Daemons
License: BSD
@ -119,6 +119,9 @@ fi
%{_unitdir}/rpcbind.socket
%changelog
* Mon Aug 1 2016 Steve Dickson <steved@redhat.com> - 0.2.3-11.rc1
- Removing the braces from the ${RPCBIND_ARGS} in rpcbind.service (bz 1362201)
* Mon Apr 4 2016 Steve Dickson <steved@redhat.com> - 0.2.3-10.rc1
- Restart rpcbind.socket on restarts (bz 1306824)
- Soft static allocate rpc uid/gid (bz 1301288)