Home | History | Annotate | Download | only in ypinit

Lines Matching refs:yp

5 # ypinit.sh - setup a master or slave YP server
22 yp_dir=/var/yp
72 The \`-c' flag sets up a YP client, the \`-m' flag builds a master YP
73 server, and the \`-s' flag builds a slave YP server. When building a
74 slave YP server, \`master_server' must be an existing, reachable YP server.
82 $progname: The local host's YP domain name has not been set.
102 "$progname: cannot setup a YP slave server off the local host."
106 # Check if the YP directory exists.
134 A YP client needs a list of YP servers to bind to.
143 Please enter a list of YP servers, in order of preference.
211 Installing the YP database may require that you answer a few questions.
279 if ! [ -f ${yp_dir}/Makefile.yp ]; then
280 echo 1>&2 "$progname: Can't find ${yp_dir}/Makefile.yp"
284 cp ${yp_dir}/Makefile.yp ${yp_dir}/${domain}/Makefile
308 Please check that the appropriate YP service is running.