Reworked how the nfsd service requires the rpcbind service (bz 768550)

Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
Steve Dickson 2012-01-16 15:26:48 -05:00
parent 3a0f5263fe
commit b076d24c60
3 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,7 @@
[Unit]
Description=NFS file locking service.
After=syslog.target network.target rpcbind.service
Requires=rpcbind.service network.target
After=network.target named.service rpcbind.service
[Service]
Type=forking

View File

@ -1,6 +1,6 @@
[Unit]
Description=NFS Server
Requires=proc-fs-nfsd.mount var-lib-nfs-rpc_pipefs.mount
Requires=proc-fs-nfsd.mount var-lib-nfs-rpc_pipefs.mount rpcbind.service
After=network.target named.service rpcbind.service proc-fs-nfsd.mount var-lib-nfs-rpc_pipefs.mount
[Service]

View File

@ -279,6 +279,7 @@ fi
%changelog
* Mon Jan 16 2012 Steve Dickson <steved@redhat.com> 1.2.5-11
- Update to upstream RC release: nfs-utils-1.2.6-rc6
- Reworked how the nfsd service requires the rpcbind service (bz 768550)
* Mon Jan 9 2012 Steve Dickson <steved@redhat.com> 1.2.5-10
- Added back the SUID bits on mount commands (bz 772396)