diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-01-10 16:34:45 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-01-10 16:34:45 +0000 |
commit | 15eddd925db762657fae2131d3d9d33888760757 (patch) | |
tree | a3870badbccb1a08593f4adb3a9ff8b02387a4bc /user/nfs-utils/nfsclient.confd | |
parent | adcc7ec8dc023dfdfddf74cf9b36f6fac518f61e (diff) | |
download | packages-15eddd925db762657fae2131d3d9d33888760757.tar.gz packages-15eddd925db762657fae2131d3d9d33888760757.tar.bz2 packages-15eddd925db762657fae2131d3d9d33888760757.tar.xz packages-15eddd925db762657fae2131d3d9d33888760757.zip |
user/nfs-utils: new package
Diffstat (limited to 'user/nfs-utils/nfsclient.confd')
-rw-r--r-- | user/nfs-utils/nfsclient.confd | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/user/nfs-utils/nfsclient.confd b/user/nfs-utils/nfsclient.confd new file mode 100644 index 000000000..8a995571e --- /dev/null +++ b/user/nfs-utils/nfsclient.confd @@ -0,0 +1,18 @@ +# You need to decide which nfs protocol version you want to use. +# If you are unsure, leave these alone. +# +# If you are using only nfsv4, uncomment this line: +# +#rc_need="!rpc.statd" +# +# If you are using only nfsv3, uncomment this line: +# +#rc_need="!rpc.idmapd" +# +# You will need to set the dependencies in the nfsclient script to match +# the network configuration tools you are using. This should be done in +# this file by following the examples below, and not by changing the +# service script itself. See /etc/conf.d/netmount for more examples. +# +# This is a safe default. +rc_after="net" |