diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2017-05-04 13:18:10 +0200 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-06-02 08:38:43 +0000 |
commit | 0539ae2c06949e1f06e94e9935ae4ad29ddcbe65 (patch) | |
tree | 963f42f4bb421eab4a2b6347e706f9a7c45615a1 /main/nfs-utils/nfsclient.confd | |
parent | a620b1fb4986945317b653290dcaf3855d7ace6e (diff) | |
download | aports-0539ae2c06949e1f06e94e9935ae4ad29ddcbe65.tar.bz2 aports-0539ae2c06949e1f06e94e9935ae4ad29ddcbe65.tar.xz |
main/nfs-utils: update OpenRC services from Gentoo
Diffstat (limited to 'main/nfs-utils/nfsclient.confd')
-rw-r--r-- | main/nfs-utils/nfsclient.confd | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/main/nfs-utils/nfsclient.confd b/main/nfs-utils/nfsclient.confd new file mode 100644 index 0000000000..8a995571e1 --- /dev/null +++ b/main/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" |