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:
parent
058b1d088d
commit
a2f86fbeb8
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user