$OpenBSD: patch-lib_cli_daemoncommand_cpp,v 1.1 2015/02/06 22:53:27 sthen Exp $
--- lib/cli/daemoncommand.cpp.orig	Fri Feb  6 09:17:06 2015
+++ lib/cli/daemoncommand.cpp	Fri Feb  6 09:19:38 2015
@@ -324,7 +324,7 @@ int DaemonCommand::Run(const po::variables_map& vm, co
 	if (!vm.count("validate"))
 		Logger::DisableTimestamp(false);
 
-#ifdef __APPLE__
+#if defined(__APPLE__) || defined(__OpenBSD__)
 	ScriptVariable::Set("UseVfork", false, false, true);
 #else /* __APPLE__ */
 	ScriptVariable::Set("UseVfork", true, false, true);
