packaging: Remove ulimit usage for setting core file size limit
authorAnoop C S <anoopcs@redhat.com>
Tue, 10 May 2016 09:20:14 +0000 (14:50 +0530)
committerGünther Deschner <gd@samba.org>
Wed, 18 May 2016 13:50:13 +0000 (15:50 +0200)
commit46524b4543acc9d104d85136c0a4a9e006fc099c
treeed56eaed63ba0c3734353960560a121894a3694e
parentaa5760433b219de7b41d35ca7ad6d4d702b89adf
packaging: Remove ulimit usage for setting core file size limit

Recent commit ebd139c4db7e51a2d7843a773991f15cadf504dd modified smb.init
to set core file size to 'unlimited' by default using the ulimit command.
But when smb and winbind services are initiated via sysv init scripts,
another variable named DAEMON_COREFILE_LIMIT takes higher priority in
deciding the core file size. Therefore setting default value using ulimit
command is useless.

Signed-off-by: Anoop C S <anoopcs@redhat.com>
Reviewed-by: Jose A. Rivera <jarrpa@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
packaging/RHEL-CTDB/setup/smb.init
packaging/RHEL/setup/smb.init