diff options
Diffstat (limited to 'init.d')
-rwxr-xr-x | init.d/netmount | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/init.d/netmount b/init.d/netmount index e2a3d44d..7f8030d2 100755 --- a/init.d/netmount +++ b/init.d/netmount @@ -44,6 +44,7 @@ depend() { # is set to mount at boot local pmap="" if need_portmap; then + pmap="${pmap} rpc.statd" [ -x /etc/init.d/rpcbind ] \ && pmap="rpcbind" \ || pmap="portmap" @@ -51,7 +52,7 @@ depend() { config /etc/fstab need net ${pmap} - use afc-client amd autofs dns nfs nfsmount portmap rpcbind + use afc-client amd autofs dns nfs nfsmount portmap rpcbind rpc.statd } start() { |