Lines Matching +full:on +full:- +full:die
14 and work is in progress on adding support for minor version 1 of the NFSv4
17 The purpose of this document is to provide information on some of the
71 …530 Section 6\: Filesystem Migration and Replication: https://tools.ietf.org/html/rfc3530#section-6
72 …lementation Guide for Referrals in NFSv4: https://tools.ietf.org/html/draft-ietf-nfsv4-referrals-00
88 - the cache name, "dns_resolve"
89 - the hostname to resolve
92 writes the result into the rpc_pipefs pseudo-file
114 .. code-block:: sh
124 die()
130 [ $# -lt 2 ] && die
137 result="$(${getent} hosts ${name} | ${cut} -f1 -d\ )"
138 [ -z "${result}" ] && result="0"
141 die