Make sure statd is start before NFS mounts (bz 786050)
Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
parent
4cd718fadb
commit
e1db704824
@ -2,6 +2,8 @@
|
|||||||
Description=NFS file locking service.
|
Description=NFS file locking service.
|
||||||
Requires=rpcbind.service network.target
|
Requires=rpcbind.service network.target
|
||||||
After=network.target named.service rpcbind.service
|
After=network.target named.service rpcbind.service
|
||||||
|
Wants=remote-fs-pre.target
|
||||||
|
Before=remote-fs-pre.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
|
@ -2,7 +2,7 @@ Summary: NFS utilities and supporting clients and daemons for the kernel NFS ser
|
|||||||
Name: nfs-utils
|
Name: nfs-utils
|
||||||
URL: http://sourceforge.net/projects/nfs
|
URL: http://sourceforge.net/projects/nfs
|
||||||
Version: 1.2.5
|
Version: 1.2.5
|
||||||
Release: 12%{?dist}
|
Release: 13%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
|
|
||||||
# group all 32bit related archs
|
# group all 32bit related archs
|
||||||
@ -277,6 +277,9 @@ fi
|
|||||||
%attr(4755,root,root) /sbin/umount.nfs4
|
%attr(4755,root,root) /sbin/umount.nfs4
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 15 2012 Steve Dickson <steved@redhat.com> 1.2.5-13
|
||||||
|
- Make sure statd is start before NFS mounts (bz 786050)
|
||||||
|
|
||||||
* Wed Feb 08 2012 Harald Hoyer <harald@redhat.com> 1.2.5-12
|
* Wed Feb 08 2012 Harald Hoyer <harald@redhat.com> 1.2.5-12
|
||||||
- require kmod instead of modutils (bz 788571)
|
- require kmod instead of modutils (bz 788571)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user