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:
Steve Dickson 2011-01-15 10:08:34 -05:00
parent f517c363e8
commit 10702da2ca
2 changed files with 4 additions and 4 deletions

View File

@ -12,8 +12,8 @@
### BEGIN INIT INFO
# Provides: nfs
# Required-Start: $local_fs $network $syslog $portmap
# Required-Stop: $local_fs $network $syslog
# Required-Start: $local_fs $network $syslog $rpcbind
# Required-Stop: $local_fs $network $syslog $rpcbind
# Default-Stop: 0 1 6
# Short-Description: Start up the NFS server sevice
# Description: NFS is a popular protocol for file sharing across networks \

View File

@ -11,8 +11,8 @@
### BEGIN INIT INFO
# Provides: nfslock
# Required-Start: $network $syslog $portmap
# Required-Stop: $network $syslog
# Required-Start: $network $syslog $rpcbind
# Required-Stop: $network $syslog $rpcbind
# Default-Start: 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Start up the NFS file locking sevice