r14618: add --no-process-group to all server programms
authorStefan Metzmacher <metze@samba.org>
Tue, 21 Mar 2006 13:16:50 +0000 (13:16 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:15:39 +0000 (11:15 -0500)
commitc3a9f30e2a12cc852c9fa3a7d161f5c6ee0694ce
tree8ba267016811fe3d27b0115ca1b5c041353f25d6
parentdf6d69e78fb0f604a7bfc34fc9ac8f391252520d
r14618: add --no-process-group to all server programms
to make the following possible:

timelimit 20000 bin/nmbd -F -S --no-process-group
timelimit 20000 bin/smbd -F -S --no-process-group

this is needed to 'make test' working without losing child processes

metze
source/lib/util.c
source/nmbd/nmbd.c
source/nsswitch/winbindd.c
source/smbd/server.c
source/web/startstop.c