config_query_option NFS_UTILS_NFSV3 "Enable NFSv3 support?" y \
                                    "--enable-nfsv3" "--disable-nfsv3" &&
config_query_option NFS_UTILS_NFSV4 "Enable NFSv4 support?" n \
                                    "--enable-nfsv4" "--disable-nfsv4" &&

message "Please note that you need only one of the init scripts:" &&
message "nfs - full NFS support (for clients/servers [NFSv3/4])" &&
message "nfsidmap - user <-> id mapping (for clients [NFSv4])" &&
message "nfslock - only locking services (for clients [NFSv3/4])"

