Add initscripts changes needed for rpcbind to be running when nfs is started
Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
parent
f517c363e8
commit
10702da2ca
4
nfs.init
4
nfs.init
@ -12,8 +12,8 @@
|
|||||||
|
|
||||||
### BEGIN INIT INFO
|
### BEGIN INIT INFO
|
||||||
# Provides: nfs
|
# Provides: nfs
|
||||||
# Required-Start: $local_fs $network $syslog $portmap
|
# Required-Start: $local_fs $network $syslog $rpcbind
|
||||||
# Required-Stop: $local_fs $network $syslog
|
# Required-Stop: $local_fs $network $syslog $rpcbind
|
||||||
# Default-Stop: 0 1 6
|
# Default-Stop: 0 1 6
|
||||||
# Short-Description: Start up the NFS server sevice
|
# Short-Description: Start up the NFS server sevice
|
||||||
# Description: NFS is a popular protocol for file sharing across networks \
|
# Description: NFS is a popular protocol for file sharing across networks \
|
||||||
|
@ -11,8 +11,8 @@
|
|||||||
|
|
||||||
### BEGIN INIT INFO
|
### BEGIN INIT INFO
|
||||||
# Provides: nfslock
|
# Provides: nfslock
|
||||||
# Required-Start: $network $syslog $portmap
|
# Required-Start: $network $syslog $rpcbind
|
||||||
# Required-Stop: $network $syslog
|
# Required-Stop: $network $syslog $rpcbind
|
||||||
# Default-Start: 3 4 5
|
# Default-Start: 3 4 5
|
||||||
# Default-Stop: 0 1 6
|
# Default-Stop: 0 1 6
|
||||||
# Short-Description: Start up the NFS file locking sevice
|
# Short-Description: Start up the NFS file locking sevice
|
||||||
|
Loading…
Reference in New Issue
Block a user