From eabd1bcb212010997ca90f8182b7c7ce76db0e10 Mon Sep 17 00:00:00 2001 From: Remko Lodder Date: Mon, 2 Nov 2009 09:56:46 +0000 Subject: [PATCH] Execute the start/stop process of a jail in the background. This will prevent that the script hangs during startup, which could cause annoying effects after rebooting for example. PR: kern/139422 Submitted by: Andrey Groshev Approved by: imp (mentor, implicit) MFC after: 3 days Facilitated by: Snow B.V. --- etc/rc.d/jail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc.d/jail b/etc/rc.d/jail index 830cd5f8170a..084acb713b53 100755 --- a/etc/rc.d/jail +++ b/etc/rc.d/jail @@ -728,4 +728,4 @@ fi if [ -n "$*" ]; then jail_list="$*" fi -run_rc_command "${cmd}" +run_rc_command "${cmd}" &