Stop using the (now) internal rc.subr functions _rc_do() and _rc_wait().
authorrpe <rpe@openbsd.org>
Sun, 20 Jul 2014 08:37:07 +0000 (08:37 +0000)
committerrpe <rpe@openbsd.org>
Sun, 20 Jul 2014 08:37:07 +0000 (08:37 +0000)
commit5850e9c22ab2da28c0643457845728d70553b925
tree0472f3d76524762ce003a8c9e8d6177bdb81697a
parent1a53bbcfc66b3e25723eb8f2ae4601ed6de62db6
Stop using the (now) internal rc.subr functions _rc_do() and _rc_wait().
- no need to start spamd in background mode
- return from rc_start() in case spamd failed to start
- execute spamd-setup without explicitly waiting for spamd

prodded by, discussed with and OK ajacoutot@
etc/rc.d/spamd