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:
parent
62a1cb1307
commit
43adbc3a28
@ -1,7 +1,6 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=RPC bind service
|
Description=RPC bind service
|
||||||
Requires=rpcbind.socket
|
Requires=rpcbind.socket
|
||||||
After=syslog.target network.target
|
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
@ -9,5 +8,4 @@ EnvironmentFile=/etc/sysconfig/rpcbind
|
|||||||
ExecStart=/sbin/rpcbind -w ${RPCBIND_ARGS}
|
ExecStart=/sbin/rpcbind -w ${RPCBIND_ARGS}
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
|
||||||
Also=rpcbind.socket
|
Also=rpcbind.socket
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: rpcbind
|
Name: rpcbind
|
||||||
Version: 0.2.1
|
Version: 0.2.1
|
||||||
Release: 0.1%{?dist}
|
Release: 0.2%{?dist}
|
||||||
Summary: Universal Addresses to RPC Program Number Mapper
|
Summary: Universal Addresses to RPC Program Number Mapper
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -134,6 +134,9 @@ fi
|
|||||||
%dir %attr(700,rpc,rpc) /var/lib/rpcbind
|
%dir %attr(700,rpc,rpc) /var/lib/rpcbind
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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.
|
- Fixed typo in configure.ac file causing rpcuser not to be set.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user