From a2f86fbeb8f4802cdd074f29e225e0daf6c59959 Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Mon, 1 Aug 2016 12:27:01 -0400 Subject: [PATCH] Removing the braces from the ${RPCBIND_ARGS} in rpcbind.service (bz 1362201) Signed-off-by: Steve Dickson --- rpcbind.service | 2 +- rpcbind.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/rpcbind.service b/rpcbind.service index 265c677..12c1401 100644 --- a/rpcbind.service +++ b/rpcbind.service @@ -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 diff --git a/rpcbind.spec b/rpcbind.spec index 9f66586..80ad4c3 100644 --- a/rpcbind.spec +++ b/rpcbind.spec @@ -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 - 0.2.3-11.rc1 +- Removing the braces from the ${RPCBIND_ARGS} in rpcbind.service (bz 1362201) + * Mon Apr 4 2016 Steve Dickson - 0.2.3-10.rc1 - Restart rpcbind.socket on restarts (bz 1306824) - Soft static allocate rpc uid/gid (bz 1301288)