From: Ronnie Sahlberg Date: Mon, 21 Feb 2011 05:47:45 +0000 (+1100) Subject: 50.samba run the smbcontrol in the background. no need to block waiting for it. X-Git-Url: http://git.samba.org/?p=sahlberg%2Fctdb.git;a=commitdiff_plain;h=b1a5d2abafa69861cda29b694b35998a310ccc3e 50.samba run the smbcontrol in the background. no need to block waiting for it. --- diff --git a/config/events.d/50.samba b/config/events.d/50.samba index 415b89f4..e8e3366d 100755 --- a/config/events.d/50.samba +++ b/config/events.d/50.samba @@ -275,7 +275,7 @@ case "$1" in ip=$3 maskbits=$4 - smbcontrol winbindd ip-dropped $ip >/dev/null 2>/dev/null + smbcontrol winbindd ip-dropped $ip >/dev/null 2>/dev/null & ;; *) ctdb_standard_event_handler "$@"