[rpcbind/f17] Renamed RPCBINDOPTS to RPCBIND_ARGS for backward compatibility (bz 861025)

Steve Dickson steved at fedoraproject.org
Tue Oct 16 19:06:21 UTC 2012


commit 632a55c0266b04c2033f85c87a4ff98f6e5e4361
Author: Steve Dickson <steved at redhat.com>
Date:   Tue Oct 16 14:48:39 2012 -0400

    Renamed RPCBINDOPTS to RPCBIND_ARGS for backward compatibility (bz 861025)
    
    Signed-off-by: Steve Dickson <steved at redhat.com>

 rpcbind.service   |    2 +-
 rpcbind.spec      |    5 ++++-
 rpcbind.sysconfig |    2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/rpcbind.service b/rpcbind.service
index db0fdfa..e825b87 100644
--- a/rpcbind.service
+++ b/rpcbind.service
@@ -6,7 +6,7 @@ After=syslog.target network.target
 [Service]
 Type=forking
 EnvironmentFile=/etc/sysconfig/rpcbind
-ExecStart=/sbin/rpcbind -w ${RPCBINDOPTS}
+ExecStart=/sbin/rpcbind -w ${RPCBIND_ARGS}
 
 [Install]
 WantedBy=multi-user.target
diff --git a/rpcbind.spec b/rpcbind.spec
index d809462..189a155 100644
--- a/rpcbind.spec
+++ b/rpcbind.spec
@@ -1,6 +1,6 @@
 Name:           rpcbind
 Version:        0.2.0
-Release:        17%{?dist}
+Release:        18%{?dist}
 Summary:        Universal Addresses to RPC Program Number Mapper
 Group:          System Environment/Daemons
 License:        BSD
@@ -135,6 +135,9 @@ fi
 %dir %attr(700,rpc,rpc) /var/lib/rpcbind
 
 %changelog
+* Tue Oct 16 2012 Steve Dickson <steved at redhat.com> - 0.2.0-18
+- Renamed RPCBINDOPTS to RPCBIND_ARGS for backward compatibility (bz 861025)
+
 * Sun Oct 14 2012 Steve Dickson <steved at redhat.com> - 0.2.0-17
 - Fixed typo causing rpcbind to run as root (bz 734598)
 - Added /etc/sysconfig/rpcbind config file (bz 861025)
diff --git a/rpcbind.sysconfig b/rpcbind.sysconfig
index 1d30eef..4b35e37 100644
--- a/rpcbind.sysconfig
+++ b/rpcbind.sysconfig
@@ -1,3 +1,3 @@
 #
 # Optional arguments passed to rpcbind. See rpcbind(8)
-RPCBINDOPTS=""
+RPCBIND_ARGS=""


More information about the scm-commits mailing list