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:
parent
56ad95aebc
commit
38d29a63e7
@ -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
|
||||
|
@ -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)
|
||||
|
@ -1,3 +1,3 @@
|
||||
#
|
||||
# Optional arguments passed to rpcbind. See rpcbind(8)
|
||||
RPCBINDOPTS=""
|
||||
RPCBIND_ARGS=""
|
||||
|
Loading…
Reference in New Issue
Block a user