nfsclient.confd 591 B

12345678910111213141516171819
  1. # You need to decide which nfs protocol version you want to use.
  2. # If you are unsure, leave these alone.
  3. #
  4. # If you are using only nfsv4, uncomment this line:
  5. #
  6. #rc_need="!rpc.statd"
  7. #
  8. # If you are using only nfsv3, uncomment this line:
  9. #
  10. #rc_need="!rpc.idmapd"
  11. #
  12. # You will need to set the dependencies in the nfsclient script to match
  13. # the network configuration tools you are using. This should be done in
  14. # this file by following the examples below, and not by changing the
  15. # service script itself. See /etc/conf.d/netmount for more examples.
  16. #
  17. # This is a safe default.
  18. rc_after="net"