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