1
0
forked from rpms/rpcbind

Removed unnecessary targets from rpcbind.service (bz 963189)

Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
Steve Dickson 2013-12-02 10:42:33 -05:00
parent 62a1cb1307
commit 43adbc3a28
2 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,6 @@
[Unit]
Description=RPC bind service
Requires=rpcbind.socket
After=syslog.target network.target
[Service]
Type=forking
@ -9,5 +8,4 @@ EnvironmentFile=/etc/sysconfig/rpcbind
ExecStart=/sbin/rpcbind -w ${RPCBIND_ARGS}
[Install]
WantedBy=multi-user.target
Also=rpcbind.socket

View File

@ -1,6 +1,6 @@
Name: rpcbind
Version: 0.2.1
Release: 0.1%{?dist}
Release: 0.2%{?dist}
Summary: Universal Addresses to RPC Program Number Mapper
Group: System Environment/Daemons
License: BSD
@ -134,6 +134,9 @@ fi
%dir %attr(700,rpc,rpc) /var/lib/rpcbind
%changelog
* Mon Dec 2 2013 Steve Dickson <steved@redhat.com> - 0.2.1-0.2
- Removed unnecessary targets from rpcbind.service (bz 963189)
* Wed Aug 21 2013 Steve Dickson <steved@redhat.com> - 0.2.1-0.1
- Fixed typo in configure.ac file causing rpcuser not to be set.