The default hash table size is 257 not 255. Reword the rest of the line

slightly while here.

PR:		bin/121671
Submitted by:	Artis Caune  artis.caune gmail.com
Approved by:	ed (mentor)
This commit is contained in:
gavin 2010-01-03 19:14:22 +00:00
parent a507f603a7
commit 60b5f10bd9

View File

@ -77,10 +77,10 @@ generate_host_conf()
nis)
echo "nis" >> $host_conf
;;
*=*)
cache | *=*)
;;
*)
printf "Warning: unrecognized source [%s]", $_s > "/dev/stderr"
printf "Warning: unrecognized source [%s]\n" $_s > "/dev/stderr"
;;
esac
done