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)
commit250c02554ec3dd52f33e33406fdd605f5d932d5f
tree76eb06dfc3b575016dc430575495d599d08421b8
parent22183b0c7419e91809d1460a4616066d5ec27d19
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
(This used to be commit c3a9f30e2a12cc852c9fa3a7d161f5c6ee0694ce)
source3/lib/util.c
source3/nmbd/nmbd.c
source3/nsswitch/winbindd.c
source3/smbd/server.c
source3/web/startstop.c