Forced commit, to provide correct commit message for r201440:

Don't complain when we encounter the "cache" source, it's valid.  Also fix
the error message to include a line feed and not include a stray comma.

PR:		bin/121671
Submitted by:	Artis Caune  artis.caune gmail.com
Approved by:	ed (mentor)
MFC after:	2 weeks

While here, change "> /dev/stderr" for more usual ">&2"

Submitted by:	jilles
This commit is contained in:
Gavin Atkinson 2010-01-03 21:27:10 +00:00
parent 2f70892f19
commit 4c40efa74a

@ -80,7 +80,7 @@ generate_host_conf()
cache | *=*)
;;
*)
printf "Warning: unrecognized source [%s]\n" $_s > "/dev/stderr"
printf "Warning: unrecognized source [%s]\n" $_s >&2
;;
esac
done