Darren,
In your NetBSD PR submission...
http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=40988
...your proposed fix checks for the (in)ability to access /etc/ippool.conf
twice in the same line:
ippool_prestart()
{
if [ ! -f /etc/ippool.conf ] && [ ! -f /etc/ippool.conf ]; then
warn "/etc/ippool.conf not readable; ippool start aborted."
#...
Did you really mean to do this, or were you actually thinking you needed to
check for some other condition?
Regards,
Mike
--
| Manager for Networking, Admin.
Michael T. Davis (Mike) | & Research Computing: CBE/MSE
http://www.ecr6.ohio-state.edu/~davism/ | The Ohio State University
| 197 Watts, (614) 292-6928
** E-mail is the best way to contact me **