OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Ryan Thomas McBride (mcbridecvs.openbsd.org)
Date: Sat Feb 14 2004 - 18:56:01 CST


CVSROOT: /cvs
Module name: src
Changes by: mcbridecvs.openbsd.org 2004/02/14 17:56:01

Modified files:
        usr.sbin/ifstated: ifstated.c ifstated.h parse.y

Log message:
- Check error condition on config; load exit() on initial startup, simply
warn if loading due to SIGHUP. (pointed out by mpf)
- Can't just bcopy the config struct, there are TAILQs. Pass pointers instead.
- Initialise the SIGHUP and routing socket handlers after config is loaded.

ok henning