[nfs-utils/f14/master] Add initscripts changes needed for rpcbind to be running when nfs is started

Steve Dickson steved at fedoraproject.org
Sat Jan 15 19:04:39 UTC 2011


commit 795fbe8651214defa70228edd53a965ce03fc4ff
Author: Steve Dickson <steved at redhat.com>
Date:   Sat Jan 15 10:08:34 2011 -0500

    Add initscripts changes needed for rpcbind to be running when nfs is started
    
    Signed-off-by: Steve Dickson <steved at redhat.com>

 nfs.init     |    4 ++--
 nfslock.init |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/nfs.init b/nfs.init
index 099d393..7e250da 100755
--- a/nfs.init
+++ b/nfs.init
@@ -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 \
diff --git a/nfslock.init b/nfslock.init
index e914f1e..3573372 100755
--- a/nfslock.init
+++ b/nfslock.init
@@ -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


More information about the scm-commits mailing list