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: Theo de Raadt (deraadtcvs.openbsd.org)
Date: Fri Oct 03 2008 - 09:25:11 CDT


CVSROOT: /cvs
Module name: src
Changes by: deraadtcvs.openbsd.org 2008/10/03 08:25:11

Modified files:
        libexec/spamd-setup: spamd-setup.8 spamd-setup.c
        etc : rc

Log message:
New option -D to daemonize spamd-setup for early bootup use. This avoids
spamd-setup hanging if there are various (network?) issues and the system
not proceeding to multiuser so that this can be debugged. We do not use
& for startup in /etc/rc because this makes the spamd-setup a child of the
rc scripts after bootup (that is gross)
Problem reported in PR 5864, change discussed with beck, ok millert