From: Roy Marples Date: Sat, 10 May 2008 12:11:47 +0000 (+0000) Subject: nis_server -> nis_servers X-Git-Tag: v4.0.2~429 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=485ba253aa5d9d95874d54755142adedb11c9cdc;p=thirdparty%2Fdhcpcd.git nis_server -> nis_servers --- diff --git a/hook-samples/ypbind.sh b/hook-samples/ypbind.sh index 64d96fef..f4c4de94 100644 --- a/hook-samples/ypbind.sh +++ b/hook-samples/ypbind.sh @@ -13,7 +13,7 @@ make_yp_conf() echo "${signature}" > "${cf}" if [ -n "${new_nis_domain}" ]; then domainname "${new_nis_domain}" - if [ -n "${new_nis_server}" ]; then + if [ -n "${new_nis_servers}" ]; then prefix="domain ${new_nis_domain} server " else echo "domain ${new_nis_domain} broadcast" >> "${cf}"