1
0
forked from rpms/rpcbind

Renamed RPCBINDOPTS to RPCBIND_ARGS for backward compatibility (bz 861025)

Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
Steve Dickson 2012-10-16 14:50:04 -04:00
parent 56ad95aebc
commit 38d29a63e7
3 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
Name: rpcbind
Version: 0.2.0
Release: 18%{?dist}
Release: 19%{?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@redhat.com> - 0.2.0-19
- Renamed RPCBINDOPTS to RPCBIND_ARGS for backward compatibility (bz 861025)
* Sun Oct 14 2012 Steve Dickson <steved@redhat.com> - 0.2.0-18
- Fixed typo causing rpcbind to run as root (bz 734598)
- Added /etc/sysconfig/rpcbind config file (bz 861025)

View File

@ -1,3 +1,3 @@
#
# Optional arguments passed to rpcbind. See rpcbind(8)
RPCBINDOPTS=""
RPCBIND_ARGS=""